/*!
Theme Name: ZenArt
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zenart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ZenArt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Web Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
	cursor: pointer;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #0d1b1e;
	font-family: 'Arimo', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover,
a:focus,
a:active {
	color: #333333;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
/* 	border-color: #ccc #ccc #bbb;	 */
	font-family: 'Arimo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #3E9634;
    padding: 15px 30px;
    border-radius: 8px;
    opacity: 1;
    transition: opacity .2s linear;
	
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/* 	border-color: #ccc #bbb #aaa; */
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
/* 	border-color: #aaa #bbb #bbb; */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none;
/* 	border-radius: 3px; */
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
/* 	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media (max-width: 781px){
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis: 100%!important;
		padding-top:30px;
/* 		    margin: 0; //I cant remember why i did this*/
	}
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* /// A mess of CSS */




/* Small Hero Template */
#hero.small-hero .flex_wrapper {
    height: 200px;
    align-items: center;
}

/* Small Hero */
.page-template-template_smallhero main {
    padding: 60px;
}

.page-template-default article{
	    padding: 60px;
}
.size70{
	width:70%;
	margin:auto;
}
.grey_link_box_wrapper .wp-block-column{
	background: #E8E7E6;
}

.grey_link_box {
   
    text-align: center;
}
.grey_link{
	padding: 45px 10px;
	 background: #E8E7E6;
}
.page-template-template_hero main{
	 padding: 60px;
}
.center_wrap{
	justify-content: center;
}
.transparent{
	background:transparent!important;
}
@media (max-width: 950px){
	
	.page-template-default article {
		padding: 30px;
		
	}
	.page-template-template_smallhero main{
		padding: 60px 0;
	}
	.page-template-template_hero main{
		 padding: 60px 0;
	}
}
@media (max-width: 800px){
	.woocommerce-cart article {
		padding: 0px;
		margin-bottom: 45px;
	}
	.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:last-child td{
		    flex-wrap: wrap;
	}
}
@media (max-width: 781px){
	.wp-block-columns.grey_link_box_wrapper {
			margin: 0;
	}
	.wp-block-columns.grey_link_box_wrapper .wp-block-column{
		    margin: 30px;
	}
}
/* end of mess */



h1 {
  font-family: Arimo;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: 2.8px;
  color: #333333;
}

h2 {
  font-family: Arimo;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  color: #333333;
}
h3 {
  font-family: Arimo;
  font-size: 24px;
  font-weight: bold;
  color: #0d1b1e;
}
h4 {
  font-family: Arimo;
  font-size: 24px;
  color: #333333;
}
h5 {
  font-family: Arimo;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  color: #333333;
}
.quote {
  font-family: Arimo;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
  color: #0d1b1e;
}
p {
  font-family: Arimo;
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
  color: #0d1b1e;
}
.AG-Italics {
  font-family: Arimo;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
}
a {
  font-family: Arimo;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.btn {
  font-family: Arimo;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.a .menu {
  font-family: Arimo;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
}
.site-header {
  font-family: Arimo;
  font-size: 14px;
  font-weight: bold;
}
button {
  font-family: Arimo;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
padding: 14px 17px;
  border-radius: 8px;
  background-color:#3e9634;
}
.Ag-P-small-bold {
  font-family: Arimo;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.58;
}
small {
  font-family: Arimo;
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
  color: #0d1b1e;
}
.promo-dark {
  font-family: Arimo;
  font-size: 12px;
  text-align: left;
  color: #0d1b1e;
}
.promo {
  font-family: Arimo;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}


/* Start From Customizer */
h1, h2, h3, h4, h5, p, a {
	font-family: 'Arimo', sans-serif;
}
h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: 0.05em;
	color: #333333;
}
p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #0D1B1E;
	margin-top: 0;
}
a.btn, a.button, .wopb-product-btn .wopb-cart-action a, .wp-block-button__link, #yith-wcwl-form .shop_table tr .product-add-to-cart a {
	font-family: 'Arimo', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background: #3E9634;
	padding: 15px 30px;
	border-radius: 8px;
	opacity: 1;
	transition: opacity .2s linear;
	text-transform: uppercase;
	white-space: nowrap;
}
a.btn:hover, a.button:hover, .wopb-product-btn .wopb-cart-action a:hover, .wp-block-button__link:hover, #yith-wcwl-form .shop_table tr .product-add-to-cart a:hover{
	opacity: .7;
}
/* End From Customizer */

/* //structure */
.post, .page {
    margin: 0;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .inside{
    max-width:1600px;
    margin-right:auto;
    margin-left:auto;
    padding-right:100px;
    padding-left:100px;
}
header .inside,
 {
    margin-right:auto;
    margin-left:auto;
}
#container {
    // padding-top:200px;
    background-color:#ffffff;
}
.product #container, .resource #container {
    padding-top:35px;
}
/* conainer_inside padding is less becasue columns inside have their own padding of 30. So 30 + 30 = 60 to match the header, footer and hero */
.container_inside, #gallery .inside, #Social .inside, .contained {
    max-width:1600px;
    margin-right:auto;
    margin-left:auto;
    padding-right:70px;
    padding-left:70px;
}

.container_inside {padding-bottom:20px;}

.flex_wrapper,
.flex_wrapper .formbody,
.ce_gallery ul,
.flex_accord .accordion div,
.product_list, 
.ce_form .formbody{
    flex-flow: row wrap;
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap:row wrap;
        flex-wrap:row wrap;
}

.no-wrap{
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}

.size20,
.size25,
.size33,
.size40,
.size50,
.size75,
.size60,
.size66,
.size100, 
.where_to_buy {
    padding-right:30px;
    padding-left:30px;
    vertical-align:top;
}
.size100{width:100%;flex:none;}
.size50 {width:50%;}
.size33 {width:33.333%;}
.size66 {width:66.6666%;}
.size75 {width:75%;}
.size25 {width:25%;}
.size20 {width:20%;}
.size60 {width:60%;}
.size40 {width:40%;}

.inline-box {
	display:inline-block;
	vertical-align:top;
}

.border_right {
	border-right: 1px solid #f7f7f7;
	padding-right: 30px;
	margin-right: 30px;
}
.center_element,
.center {
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    justify-content:center;
}
.center img {
    margin-right:auto;
    margin-left:auto;
    padding-bottom:20px;
}
.center .wp-block-image img{
    padding-bottom:0;
}
.mar-auto{
	margin-right:auto;
    margin-left:auto;
}
.left {text-align:left;}

.reverse {flex-direction: column-reverse;}

table {width:100%;}

.container {
    max-width:1380px;
    position:relative;
    display:block;
    margin-right:auto;
    margin-left:auto;
    padding-right:60px;
    padding-left:60px;
}
.no-pad, .size66.no-pad {padding:0;}
.no-pad-right {padding-right:0;}
.no-margin, #main .ce_text.no-margin {margin:0;}
.relative {position:relative;}

.marbot15 {margin-bottom:15px;}
.marbot20 {margin-bottom:20px;}
.marbot30 {margin-bottom:30px;}
.marbot45 {margin-bottom:45px;}
.marbot60 {margin-bottom:60px;}
.marbot90 {margin-bottom:90px;}
.marbot150 {margin-bottom:150px;}
.padbot15 {padding-bottom:15px;}
.padbot20 {padding-bottom:20px;}
.padbot30 {padding-bottom:30px;}
.padbot45 {padding-bottom:45px;}
.padbot60 {padding-bottom:60px;}
.padbot90 {padding-bottom:90px;}
.padbot150 {padding-bottom:150px;}

.martop15 {padding-top:15px;}
.martop20 {padding-top:20px;}
.martop30 {padding-top:30px;}
.martop45 {padding-top:45px;}
.martop60 {padding-top:60px;}
.martop90 {padding-top:90px;}
.martop150 {padding-top:150px;}


.marauto {
	margin-left:auto;
	margin-right:auto;
}
.vert_center {align-items:center;}
.vert_top {align-items:flex-start;}
.small {font-size:.875em;}
.smallest {font-size:.789em;}
.unequal_heights {align-items: flex-start;}

.border img {border: 1px solid #bfbfbf}

.circle img {border-radius:50%;}

@media (max-width: 1450px){
.container_inside, #gallery .inside, #Social .inside, .contained {
    padding-right: 30px;
    padding-left: 30px;
}
}


@media only screen and (max-width: 1200px) {
	.size75 {
width:100%;
	}
}

@media only screen and (max-width: 1050px) {
#footer .inside{
padding-right:30px;
padding-left:30px;
	}
.container_inside, .container_inside, #gallery .inside, #Social .inside {
/*     padding-right:0;
    padding-left:0; */
	}
}
@media only screen and (max-width: 970px) {
	.size33 {width:50%;}
}

@media only screen and (max-width: 850px) {
	.size50, .size66, .size40 {width:100%;}
	.size25 {width:50%;}
	.border_right {border:0;}
#footer .inside{
padding-right:15px;
padding-left:15px;}
}

@media only screen and (max-width: 600px) {
.size25,
.size33,
.size40,
.size50,
.size75,
.size60,
.size66,
.size100 {
    padding-right:15px;
    padding-left:15px;
    width:100%;
	}
	.container_inside, #gallery .inside, #Social .inside, .contained {
    padding-right: 10px;
    padding-left: 10px;
}
}

/* //header */
.site-header{
	background: #3e9634;
	padding: 10px 0;
}
.site-header .container_inside {
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}

@media (max-width: 915px){
	.site-header .container_inside {
		padding-right: 15px;
    padding-left: 15px;
	}

}
@media (max-width: 890px){
		.site-branding {
		width:inherit;
		max-width:200px;
	}
/* 	.site-branding {
		width:28%;
	} */
}

@media (max-width: 800px){
	.site-header .container_inside {
/* 		padding-right: 30px;
    padding-left: 30px; */
/* 		flex-wrap: nowrap; */
	}
	.mburger {
		width:auto!important;
		margin-left: 15px!important;
	}
}

/* //top-nav */
	.top_right_menu a {
	  text-decoration: none;
	}

	.top_right_menu ul {
	  list-style: none;
	  margin: 0;
	  padding-left: 0;
	}
	
	.top_right_menu li {
	  color: #ffffff;
	  display: block;
	  float: left;
	  position: relative;
	  text-decoration: none;
	  transition-duration: 0.5s;
	  padding: 0;
      margin: 0;
	}
	  
	.top_right_menu li a {
	  color: #ffffff;
	    padding: 10px 15px;
	    margin: 0;
		font-family: Arimo;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		text-align: right;
		text-transform: uppercase;
	}
	.top_right_menu li:last-child a {
	    border-right: none;
	}	
	.top_right_menu li:hover,
	.top_right_menu li:focus-within {
/* 	  background: #3E9634; */
	  color: #ffffff;
	  cursor: pointer;
	}



	.top_right_menu ul#primary-menu li:hover a,
	.top_right_menu ul#primary-menu li:focus-within a{
		border-radius: 8px 8px 0px 0px;
	}
.top_right_menu ul.sub-menu li:hover a, .top_right_menu ul.sub-menu li:focus-within a {
    border-radius: 0 !important;
}
	.top_right_menu li:hover a,
	.top_right_menu li:focus-within a {
	  color: #ffffff;
	  border-right: none;
		background: #226D19;
/* 		border-radius: 8px 8px 0px 0px; */
		text-align: left;
	}
	.top_right_menu ul.sub-menu li ul li:hover a,
	.top_right_menu ul.sub-menu li ul li:focus-within a {
	  background-color: #3e9634;
    border-radius: 0!im;
    margin: 0;
/*     width: 100%; */
	}


	.top_right_menu li:focus-within a {
	  outline: none;
	}
	
	.top_right_menu ul li ul {
	  background: #226D19;
	  color: #ffffff;
/* 		opacity: 1;
		left: auto;
		 visibility: visible; */
	  visibility: hidden;
	  opacity: 0;
	  min-width: 200px;
	  position: absolute;
	  transition: all 0.5s ease;
/* 	  margin-top: 1rem; */
	  left: 0;
		top:auto;
	  display: none;
	  z-index:1000;
		padding: 20px 20px 0;
    min-height: 480px;
    margin: 0 -20px;
		border-radius:8px;
	}
.top_right_menu li:hover ul.sub-menu, .top_right_menu li:focus-within ul.sub-menu{
/*     display: block; */
    left: auto;
    visibility: visible;
    opacity: 1;
}
.top_right_menu li:hover ul.sub-menu ul.sub-menu, .top_right_menu li:focus-within ul.sub-menu ul.sub-menu{
    display: block;
    left: auto;
    visibility: visible;
    opacity: 1;
}

	.top_right_menu ul li ul li, 
	.top_right_menu ul li ul li a{
/* 	  background: #3E9634; */
	  color: #ffffff;
/* 	  transition: all 0.5s ease; */
		border-radius: 0;
	  
	}
	.top_right_menu ul li ul li:hover a{
/* 	  padding-left: 25px; */
/*     	opacity: 0.7; */
		border-radius: 0;
		text-align:left;
	}	



	.top_right_menu ul li:hover > ul,
	.top_right_menu ul li:focus-within > ul,
	.top_right_menu ul li ul:hover,
	.top_right_menu ul li ul:focus {
	   visibility: visible;
	   opacity: 1;
	   display: flex;
	}
	
	.top_right_menu ul li ul li {
	  clear: both;
	  width: 100%;
	      padding: 0;
    line-height: 2.16;
    text-transform:none;
	}
	.top_right_menu ul li ul li a{

    text-transform:none;
	}
}
@media (max-width: 799px){
	.site-branding {
		width:auto
	}
}
.top_right_menu .nav-small-right{
	padding-left:10px;
}
.top_right_menu .nav-small-right li a {
    padding: 10px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.top_right_menu .nav-small-right li:hover a, .top_right_menu .nav-small-right li:focus-within a {
    background: none;
}


/* Start form Customizer */
/* menu */
.top_right_menu ul#primary-menu li ul.sub-menu li a:hover, .top_right_menu ul#primary-menu li ul.sub-menu li a:focus-within {
    background-color: #3e9634;
    border-radius: 0!important;
}
.top_right_menu ul li#menu-item-45717:hover > ul{
	display: flex;
}
.top_right_menu ul li:hover > ul, .top_right_menu ul li ul:hover, .top_right_menu ul li ul:focus{
	display: block;
}
.top_right_menu ul li#menu-item-45717 ul {
    padding: 20px 20px 0;
    min-height: 480px;
}
.top_right_menu ul li ul {
    padding: 20px 20px;
    min-height: auto;
}
.top_right_menu ul#primary-menu li:hover a, .top_right_menu ul#primary-menu li:focus-within a {
    border-radius: 8px;
}
.top_right_menu ul#primary-menu li.menu-item-has-children:hover a, .top_right_menu ul#primary-menu li:focus-within a {
    border-radius: 8px 8px 0px 0px;
}


@media only screen and (max-width: 1160px){
	.top_right_menu ul li:last-child ul.sub-menu{
		right: 0;
	}
}
@media (max-width: 995px){
	.top_right_menu .menu-top-menu-container li a{
		padding: 10px;
		font-size: 14px;
	}
}
@media (max-width: 955px){
	.top_right_menu .menu-top-menu-container li a{
		padding: 10px 9px;
		font-size: 13px;
	}
}
/* End from customizer */


/* nav search */
form {
/*     text-align: right; */
/*     padding-bottom: 9px; */
}
.nav_wrapper form {
    text-align: right;
    padding-bottom: 9px;
	margin-right: 10px;
    position: relative;
}
.nav_wrapper .search-field{
	  width: 60%;
    max-width: 390px;
    min-width: 200px;
}
.mobile-nav-extra{
	display:none;
}
@media only screen and (max-width: 799px){
	.nav_wrapper .mburger{
		display: inline-block!important;
			    margin-left: 0px!important;
	}
	a.misha-cart{
		color: #fff; text-decoration: none;
		font-size: 16px;font-weight: 400;
	}
	.mobile-nav-extra{
		display:inline-block;
	}
}
/* Footer */
footer{
	background: #F7F7F7;
	padding: 90px 0 40px;
}
.footer_wrapper .flex_wrapper{
	justify-content: space-between;
}


/* Footer info */
.footer_wrapper {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.footer_wrapper ul {
		margin:0 0 15px  0;
		padding-inline-start: 0;
		list-style: none;
}
.footer_wrapper ul li{
	margin-bottom: 15px;
}
.footer_wrapper ul li ul{
	margin-top: 15px;
}
.footer_wrapper ul li ul li{
	margin:0;
}
.footer_wrapper ul li a{
	font-weight: 700;
	color: #0D1B1E;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}
.footer_wrapper ul li.menu-item-has-children ul.sub-menu li a{
	font-weight: 400;
}
.footer_wrapper #y-badges .y-badges-certified{
	font-size: 8px;
}
.footer_wrapper .wp-block-image {
	margin-bottom: 50px;
}
.footer_wrapper .textwidget p, footer .footer_wrapper .footer-section-one p, footer .footer_wrapper .footer-section-one a{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #0D1B1E;
}
.footer_wrapper .textwidget p strong {
	font-weight: 700;
}
.footer_wrapper .wp-block-social-links {
	margin: 50px 0 25px;
}
.footer_wrapper .wp-block-social-links.is-style-logos-only .wp-social-link svg {
	color: #0d1b1e;
	height: auto;
  width: 27px;
}
.footer_wrapper ul#menu-terms-menu li {
    margin-bottom: 0;
}
.footer_wrapper ul#menu-terms-menu li a {
        font-weight: 400;
}
.footer-section-one a{
 	font-weight: 400;
	color: #0D1B1E;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
@media (max-width: 950px){
	.footer_wrapper .flex_wrapper .footer-section-one, .footer_wrapper .flex_wrapper .footer-section-two{
		width:50%;
	}
}
@media (max-width: 750px){
	.footer_wrapper .flex_wrapper {
/* 		text-align: center; */
/* 		justify-content: center; */
	}
	.footer_wrapper .flex_wrapper .footer-section-one, .footer_wrapper .flex_wrapper .footer-section-two, .footer_wrapper .flex_wrapper .footer-section-three, .footer_wrapper .flex_wrapper .footer-section-four{
/* 		width:40%; */
	}
	figure.wp-block-image.size-full{
		width:100%;
		text-align:center;
	}

}
@media (max-width: 600px){
	.footer_wrapper .flex_wrapper {
		text-align: center;
		justify-content: center;
	}
	.footer_wrapper .textwidget p, footer .footer_wrapper .footer-section-one p, footer .footer_wrapper .footer-section-one a, .footer_wrapper .wp-block-image{
	text-align: center;
	}
	.footer_wrapper .wp-block-social-links{
		justify-content: center;
	}
	.footer_wrapper .flex_wrapper .footer-section-one{
		width:100%;
	}
	.footer_wrapper .flex_wrapper .footer-section-two, .footer_wrapper .flex_wrapper .footer-section-three, .footer_wrapper .flex_wrapper .footer-section-four{
		width:100%;
		padding-bottom:15px;
	}
	.footer_wrapper .flex_wrapper .footer-section-two{
		width:100%;
		padding-bottom:30px;
	}
}



.site-info{
	padding-top:15px;
}
.site-info-section {
	margin-top: 50px;
}
.site-info-section p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #0D1B1E;
}
.site-info-section p span {
	font-size: 11px;
	line-height: 13px;
	color: #0D1B1E;
}
.site-info-section p span a {
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #0D1B1E;
}




/* HERO */
#hero{
    position:relative;
    overflow:hidden;
}

#hero:before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
	background: linear-gradient(90deg, #D8D3CB 30.91%, rgba(217, 212, 204, 0) 100%);
/* border-radius: 8px; */
    z-index:1;
}
#hero .flex_wrapper{
	height:600px;
	align-items: center;
}
#hero .inside {
    max-width:1600px;
    margin-right:auto;
    margin-left:auto;
    padding-right:60px;
    padding-left:60px;
}


#hero .wp_text {
/*     padding-top:200px;
    padding-bottom:200px; */
    width:65%;
    z-index:100;
}

#hero .wp_image{
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    overflow: visible;
    padding-right: 0;
	z-index:-1;
}

#hero .wp_image img{
		width: 100%;
	    height: auto;
	    max-width: none;
		z-index:-1;
}


#hero .wp_image .image_container {height:100%; width:100%;}

#hero .wp_image img {
    max-width:none;
    object-fit:cover;
    font-family: 'object-fit: cover;';
    width:100%;
    height:100%;
    -webkit-box-shadow: -7px 0px 75px 23px rgba(102,48,0,0.36);
	-moz-box-shadow: -7px 0px 75px 23px rgba(102,48,0,0.36);
	box-shadow: -7px 0px 75px 23px rgba(102,48,0,0.36);
}

#hero .ce_image img, #hero .ce_image img, #hero .ce_image img {
    max-width:none;
    object-fit:cover;
    font-family: 'object-fit: cover;';
    width:100%;
    height:100%;
    -webkit-box-shadow: -7px 0px 75px 23px rgba(102,48,0,0.36);
	-moz-box-shadow: -7px 0px 75px 23px rgba(102,48,0,0.36);
	box-shadow: -7px 0px 75px 23px rgba(102,48,0,0.36);
}
#hero .caption p {
	max-width: 1600px;
	margin:auto;
	padding-right:60px;
	text-align:right;
	font-size:0.75em;
}
#hero .caption p, #hero .caption a, #hero .caption {
	color:#ffffff;
	text-decoration:none;
}


@media only screen and (max-width: 1500px) {
/* 	#hero .wp_text {padding-top: 200px;} */
#hero .flex_wrapper{
	height:inherit;
	min-height:400px;
}
}


@media only screen and (max-width: 1050px) {
#hero .inside{
padding-right:30px;
padding-left:30px;
	}
}
@media only screen and (max-width: 1000px) {
	#hero .wp_text {
/* 		padding-top:200px; */
	}
	#hero {
/* 		padding-bottom:60px; */
		min-height:auto;
	}
		#hero .wp_image:before{
	background: -moz-linear-gradient(left,  rgba(247,239,226,0.75) 0%, rgba(247,239,226,0.2) 100%);
	background: -webkit-linear-gradient(left,  rgba(247,239,226,0.75) 0%, rgba(247,239,226,0.2) 100%);
	background: linear-gradient(to right,  rgba(247,239,226,0.75) 0%, rgba(247,239,226,0.2) 100%);
	}
		
	#hero {overflow:visible;}
	#hero .wp_image img{
			-webkit-box-shadow: none;
    		-moz-box-shadow: none;
    		box-shadow: none; 
	}
	
	#hero .caption p {
		margin-right:90px;
	}
}
@media only screen and (max-width: 850px) {
#hero .inside {
padding-right:15px;
padding-left:15px;}
}
@media (max-width: 800px){
	#hero:before {
		background: linear-gradient(90deg, #D8D3CB 15%, rgba(217, 212, 204, 0.55) 100%);
	}
}
@media only screen and (max-width: 780px) {
	#hero {font-size:0.875em;}
	#hero .wp_text {padding-top:90px; width:88%}
	#hero.small-hero .wp_text {padding-top:0px;}
	
}

@media only screen and (max-width: 675px) {
#hero .wp_image, #hero .wp_text {width:100%;}
#hero .wp_image:before {
	background: -moz-linear-gradient(left,  rgba(247,239,226,0.75) 0%, rgba(247,239,226,0.7) 100%);
	background: -webkit-linear-gradient(left,  rgba(247,239,226,0.75) 0%, rgba(247,239,226,0.7) 100%);
	background: linear-gradient(to right,  rgba(247,239,226,0.75) 0%, rgba(247,239,226,0.7) 100%);}
	#hero .flex_wrapper{
	min-height:300px;
}
}
@media only screen and (max-width: 600px) {
.size25,
.size33,
.size40,
.size50,
.size75,
.size60,
.size66,
.size100 {
    padding-right:15px;
    padding-left:15px;
    width:100%;
	}
}

@media only screen and (max-width: 550px) {
	.btn {display:block;}
	#hero .wp_text {padding-top:0px;}
	#hero.small-hero .wp_text {padding-top:0px;}
		#hero .btn {
			margin-right:0;
		}
		#hero .caption { bottom:60px;}
		#hero .caption p {margin:0; padding-right:15px; color:#ffffff}		
}

/* promo bar */
.promo-bar{
	background: #E8E7E6;
}
.promo-bar .container_inside{
	padding: 0;
}
.promo-bar .promo-dark {
  padding: 10px 30px;
  width:100%;
  text-align:center;
  margin: 0;
}
.lgreen{
	color:#afeda8;
}
.center{
	text-align: center;
}
.promo-bar p.promo-dark, .promo-bar p.promo-dark a {
	font-family: 'Arimo', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #0D1B1E;
	text-decoration: none;
}
.promo-bar p svg{
   margin-left: 5px;
}
/* Homepage */
#GreyLinkBox {
	background-color: #686868!important;
	padding: 10px 30px 30px;
	margin:6px 6px;
}
#GreyLinkBox svg, #ImgLinkBox svg{
	height: auto;
	width: 25px;
}
#ImgLinkBox svg{
	color: #fff;
}
#GreyLinkBox h3, #GreyLinkBox p, #ImgLinkBox h3, #ImgLinkBox p{
	color: #fff;
}
#GreyLinkBox a, #ImgLinkBox a{
	text-decoration: none;
}
#ImgLinkBox{
	width: 100%;
  height: auto;
  background-image: url('../../../wp-content/uploads/2022/01/home_ltd_puzzle_background.jpg');
  background-size: cover;
	padding: 10px 60px 30px;
	margin:6px 6px;
}
.gray_full_width {
	color: #fff;
	padding: 50px 0 60px;
    background: #f7f7f7;
    position: relative;
    overflow: visible !important;
}
	.gray_full_width:before, .gray_full_width:after {
    width: 999em;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    content: "";
    background: #f7f7f7;
}
.gray_full_width:before {
    left: -999em;
}
.gray_full_width:after {
    right: -999em;
}
.slick-dotted.slick-slider {
	margin-bottom: 100px;
}
.quote-mark{
width: 32px;
height: 30px;
margin: 0;
font-family: Arimo;
font-style: italic;
font-weight: normal;
font-size: 94px;
text-align: left;
color: #333333;
}
.pad30{
	padding-top:30px;
		padding-bottom:30px;
}

.menu-top-menu-container {
 display: inline-block;
}
.insta-title{
	 font-family: Arimo;
  font-size: 18px;
  line-height: 1.56;
}
/* //home search bar */
.searchbar .wp-block-group__inner-container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.home .searchbar_wrapper{
	padding: 10px 0;
}
/* .home .searchbar .product-search-filter-terms{
	position:relative;
}
.home .searchbar .product-search-filter-terms:after {
    font-family: "Font Awesome 5 Free Solid";
    content: '\f078';
    font-size: 17px;
    right: 0;
    top: 15px;
    border-radius: 0 5px 5px 0;
    position: relative;
    pointer-events: none;
    color: #e8e7e6;
    background: #3e9634;
    padding: 12px 18px;
    width: auto;
    margin-right: 0;
    position: absolute;
}
.home .searchbar .product-search-filter-terms select{
    margin: 15px 0 15px 15px;
    padding: 0 0px 0 22px;
    border-radius: 8px;
    border: solid 2px #3e9634;
    height: 51px;
    cursor: pointer;
    width: 300px;
} */
.wp-block-media-text .wp-block-media-text__content{
	padding: 30px;
}
.wopb-block-a3d86e .wopb-block-item .wopb-block-image img, .wopb-block-a3d86e .wopb-block-image-empty{
	width:100%;
/* 	height: auto!important; */
}
.wopb-block-1abf16 .wopb-block-item .wopb-block-image img, .wopb-block-1abf16 .wopb-block-image-empty {
    width: 100%;
}
.wopb-block-50cafd .wopb-block-item .wopb-block-image img{
	width: 100%;
}
.wp-block-media-text {
    grid-gap: 30px;
}
.home h4#find-your-puzzle {
	margin-right: 15px;
	margin-left: 15px;
}
@media (max-width:915px){
	.wp-block-media-text .wp-block-media-text__content{
		padding: 0;
	}
	.home .searchbar .product-search-filter-terms select{
		width: 250px;
/* 		margin-left: 0; */
	}
}
@media (max-width:600px){
	.wp-block-media-text .wp-block-media-text__content{
		padding: 0;
	}
}

.woocommerce form button.wpf_search_button{
	font-family: 'Arimo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #3E9634;
    padding: 15px 30px;
    border-radius: 8px;
    opacity: 1;
    transition: opacity .2s linear;
    text-transform: uppercase;
    white-space: nowrap;

}
.woocommerce form button.wpf_search_button:hover{
    opacity: .7;
}
.home .wpf_form {
    margin: 0;
	text-align: center;
}
.home .wpf_item{
	display: inline-block;
	padding: 0.8em 0 0.8em 0.4em;
    margin-right: 0.4em;
}
.home .wpf_dropdown {
    margin-bottom: 0;
}

.home .wpf_item select{
    margin: 0px;
    padding: 0 0px 0 22px;
    border-radius: 8px;
    border: solid 2px #3e9634;
    height: 46px;
    cursor: pointer;
	width: 100%;
    }
.home .select2-container .select2-selection--single .select2-selection__rendered {
	text-align: left!important;
}
.home .wpf_item.wpf_item_wpf_cat{
	width:250px;
}
.home .wpf_item.wpf_item_pa_size{
	width:200px;
}
.home .wpf_item.wpf_item_submit{
	width:auto;
}
.home .wpf_item.wpf_item_wpf_cat:after, .home .wpf_item.wpf_item_pa_size:after {
    font-family: "Font Awesome 5 Free Solid";
    content: '\f078';
    font-size: 17px;
    right: 0px;
    border-radius: 0 5px 5px 0;
    top: 14px;
    position: absolute;
    pointer-events: none;
    color: #e8e7e6;
    background: #3e9634;
    padding: 10px 18px;
}
@media (max-width:685px){
	.home .wpf_item.wpf_item_wpf_cat{
		width:100%;
	}
	.home .wpf_item.wpf_item_pa_size{
		width:100%;
	}
}



/* Home featured Category */
@media (max-width: 768px){
	.wopb-block-a3d86e .wopb-block-items-wrap {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
h5 a{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  color: #333333;
	text-decoration: none;
}
/* Home page reviews */
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel{
	display:none;
}

.home.page-template .yotpo-reviews-carousel .product-link-container{
/* 	display:none; */
}
/* .home.page-template .yotpo-reviews-carousel .yotpo .pull-right {
    width: auto!important;
	margin-top: -15px;
    padding: 0 10px 10px;
	position: relative;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version{
	position: relative;
}
.yotpo-reviews-carousel .carousel-display-wrapper .stars-container{
	height:15px;
} */
/* .home.page-template .yotpo-reviews-carousel .yotpo-carousel .big-version:before {
    content: open-quote;
    margin: 0 0 -30px 0;
    font-family: Arimo;
    font-style: italic;
    font-weight: normal;
    font-size: 94px;
    text-align: left;
    color: #333333;
    line-height: 36px;	
}
.home.page-template .yotpo-reviews-carousel .yotpo-carousel .big-version:after {
    content: close-quote;
	font-size: 0px;
} */
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body, .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author{
    margin-left: 0 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #0D1B1E !important;
    font-family: 'Arimo', sans-serif;
    padding: 0 0 15px;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title{
	display:none;
}
/* .stars-container {
    position: absolute;
    bottom: 0px;
} */

/* .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container{
	    width: 100%!important;
    padding-left: 13px;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .y-carousel-product-image{
	text-align:left!important;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container{
	border:none!important;
	padding: 0px!important;
}
.yotpo-reviews-carousel .carousel-display-wrapper .stars-container{
	padding-left: 10px;
    padding-top: 5px;
} */

@media (max-width: 768px){
	.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body{
		padding: 0 10px 0 0;
	}
}

/* search */
.nav_wrapper .search-field {
    width: 60%;
    max-width: 390px;
    min-width: 200px;
	    height: 26px;
    border-radius: 8px 0 0 8px;
	    border: 0;
    padding: 0 0 2px 20px;
}
.nav_wrapper .search-form button[type="submit"] {
	color: #fff;
    font-family: "Font Awesome 5 Free Regular";
	background: #226D19;
	border-radius: 0px 8px 8px 0px;
	height: 26px;
	border: 0;
    padding: 6px;
    width: 31px;
    margin-left: -24px;
	position: absolute;
}


/* product list page */
/* .cat-item-431 a{
    display: none;
}
.cat-item-431 span{
    display: none;
} */
.cat-item-431 ul{
    padding: 0;
    margin: 0;
}
.product-search-product_cat-filter-item.current-cat>a:after, .product-search-attribute-filter-item.current-attribute>a:after, .product-search-product_cat-filter-item.current-cat>a:hover:after, .product-search-attribute-filter-item.current-attribute>a:hover:after, .product-search-attribute-filter-item.current-attribute>a:after, .product-search-attribute-filter-item.current-attribute>a:hover:after {
    font-family: "Font Awesome 5 Free Regular";
	content: "\f14a"!important;
	float: left;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 100%;
    padding-top: 4px;

}
.product-search-attribute-filter-item>a:after {
/*     padding-left: 10px; */
	font-family: "Font Awesome 5 Free Regular";
    content: "\f0c8";
	float: left;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 100%;
    padding-top: 4px;
	cursor: pointer;
}

.product-search-filter-terms .attribute-item-all, .product-search-filter-terms .nav-back{
	display:none;
}
.product-search input[type="text"].product-filter-field{
	margin: 50px 0px 25px 0px;
    padding: 0 0px 0 22px;
    border-radius: 8px 0px 0px 8px;
    border: solid 2px #3e9634;
    height: 60px;
}
.woocommerce-ordering select{
	margin: 50px 0px 25px 0px;
    padding: 0 0px 0 22px;
    border-radius: 8px;
    border: solid 2px #3e9634;
    height: 60px;
	cursor: pointer;
}
.product-search .product-search-form form.product-search-form.show-submit-button button{
	margin: 50px 0px 25px 0px;
    border-radius: 0 8px 8px 0;
    border: solid 2px #3e9634;
    height: 60px;
    color: #fff;
    background: #3e9634;
	cursor: pointer;
}

.product-search .product-search-form form.product-search-form.show-submit-button button:after {
    font-family: "Font Awesome 5 Free Solid";
    content: '\f002';
	font-size: 16px;
    padding: 10px;
}


#wwof_product_listing_filter select{
/* 	margin: 35px 15px 0px; */
    margin: 15px 0 15px 15px;
    padding: 0 0px 0 22px!important;
    border-radius: 8px;
    border: solid 2px #3e9634;
    height: 45px;
    cursor: pointer;
}
#wwof_product_listing_filter input[type=text]{
	padding: 0 0px 0 22px!important;
}
.mc-field-group select{
/* 	margin: 35px 15px 0px; */
    margin: 0;
    padding: 0 0px 0 22px;
    border-radius: 8px;
    border: solid 2px #3e9634;
    height: 45px;
    cursor: pointer;
    width: 100%;
}
/* .searchbar .product-search-filter-terms:after {
font-family: "Font Awesome 5 Free Solid";
    content: '\f078';
    font-size: 17px;
    right: 52px;
    border-radius: 0 5px 5px 0;
    position: relative;
    pointer-events: none;
    color: #e8e7e6;
    background: #3e9634;
    padding: 16px 18px;
    width: 0;
    margin-right: -18px;
} */
.mc-field-group.select{
	position:relative;
}
.mc-field-group.select:after {
font-family: "Font Awesome 5 Free Solid";
    content: '\f078';
    font-size: 17px;
	right: 12px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    pointer-events: none;
    color: #e8e7e6;
    background: #3e9634;
    padding: 13px 18px;
    top: 10px;
    margin-bottom: 0;
    display: inline-block;
}
.mc-field-group{
	padding:10px;
}
.mc-field-group input{
	padding: 0 0px 0 22px;
}
.mc-field-group.select .required{
	color: #666;
}
#mce-responses{
	width: 100%;
    text-align: center;
    font-size: 18px;
}
@media only screen and (max-width: 1100px) {
.searchbar h4#find-your-puzzle {
		width: 100%;
		text-align: center;
		margin: 0;
	}
}

.searchbar div#searchPuzzles{
	margin: 15px;
}
/* Single Product Page  */
.product_center_links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    margin: auto;
    flex-wrap: wrap;
    align-content: center;
    margin: auto;
}
.woocommerce .product .product_center_links a {
    text-decoration: none;
    width: 50%;
    padding:15px 0 15px 20px;
}
.woocommerce .product .product_center_links {
	margin: 25px auto;
}

.woocommerce .related ul.products li.product, .woocommerce .up-sells ul.products li.product, .woocommerce .cross-sells ul.products li.product {
    margin-right: 0;
}
.woocommerce .related.products, .woocommerce .up-sells.products, .woocommerce .cross-sells.products {
	text-align: center;
    padding-top: 30px;
}
.related.products .products.flex_wrapper.columns-4, .up-sells.products .products.flex_wrapper.columns-4, .cross-sells.products .products.flex_wrapper.columns-4{
	justify-content: space-between;
	padding-top: 50px
}
.up-sells.products .products.flex_wrapper.columns-4{
	justify-content: start;
	gap: 30px;
}
.yotpo .promoted-products-box {
	    display: none!important;
}
.yotpo-label.yotpo-small-box {
/* 	    display: none!important; */
}


.wopb-compare-btn, .wopb-wishlist-add, #wl-wrapper{
	display: none!important;
}

/* Home page testimonials */
.ttshowcase_rl_quote, .testimonials-list .quote{ quotes: '“' '”'}
.ttshowcase_rl_quote:before, .testimonials-list .quote:before {
content: open-quote;
margin: 0;
font-family: Arimo;
font-style: italic;
font-weight: normal;
font-size: 94px;
text-align: left;
color: #333333;
line-height: 0;
}
.ttshowcase_rl_quote p{
    margin-top: -20px;
}

.ttshowcase_rl_title, .testimonials-list .author {
    font-weight: 400!important;
    color: #000;
    font-family: 'Arimo', sans-serif;
	font-size: 18px;
    line-height: 28px;
	font-style: normal;
}
.ttshowcase_rl_title:before, .testimonials-list .author:before{
	content: "- ";
}
.testimonials-list {
    display: flex;
    flex-direction: row;
}
.testimonials-list .quote {
    width: 33%;
	text-align: left;
    padding: 30px 20px 0;
}
.testimonials-list blockquote {
    margin: -20px 0 0 0;
}
.widget_woothemes_testimonials .widget-title{
	text-align:center;
}
.widget widget_woothemes_testimonials .testimonials{
	padding-top: 45px;
}
.woocommerce.single-product aside#secondary.widget-area {
    padding-top: 60px;
    border-top: solid 2px #aeaeae;
    margin-top: 60px;
}

.product_global_vidimg_wrap img{
	width:100%;
}
.related.products .price, .up-sells.products .price, .woocommerce .related.products h2.woocommerce-loop-product__title{
	margin-bottom:10px;
}


form.woocommerce-ordering{
	position:relative;
}

form.woocommerce-ordering:after {
	font-family: "Font Awesome 5 Free Solid";
    content: '\f078';
    font-size: 17px;
	right: 0px;
    border-radius: 0 5px 5px 0;
    top: 51px;
    position: absolute;
    pointer-events: none;
    color: #e8e7e6;
    background: #3e9634;
    padding: 16px 18px;
}

form.woocommerce-ordering .orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  width: 100%;
}


/* filter area */
.products_filters h3{
	    margin: 50px 0 0;
}
.products_filters h4{
	    margin: 20px 0 0;
}
.products_filters .cat-item.cat-item-431:first-child a, .products_filters .cat-item.cat-item-431 span{
/* 	display:none; */
}

.wp-block-product-blocks-product-grid-1.wopb-block-29a8d8 .slick-dots li button{
	height:16px;
	width:16px;
}
/* //product variant table */
table.vartable  {
	     border: 1px solid #E8E7E6;
    box-sizing: border-box;
    border-radius: 8px;
	    margin-top: 35px;
	    margin-bottom: 25px;
}

table.vartable {
    border-spacing: 0px;
}
table.vartable thead tr{
	background: #E8E7E6;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #E8E7E6;
}
table.vartable th {
    font-family: Arimo;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #0D1B1E;
    text-align: left;
    border: 0;
	cursor: default;
	    min-width: 40px;
/* 	    white-space: nowrap; */
    display: table-cell;
    padding: 10px!important;
    vertical-align: middle;
	
}
table.vartable th.asc .arrow{
	display: none;
}
table.vartable tbody tr:nth-child(odd), table.vartable tbody tr:nth-child(even){
	background-color: #fff;
}

table.vartable td{
font-family: Arimo;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #0D1B1E;
border: #fff solid 1px;
display: table-cell;
    padding: 10px!important;
    vertical-align: middle;
	
}
table.vartable td p{
	margin:auto;
}

table.vartable button{
white-space: nowrap;
}
table.vartable button{
	text-align: center;
    width: 100%;	
}
table.vartable button:disabled {
	background: transparent;
    color: #939393;
    padding: 5px;
    text-align: center;
    border: 0;
    width: 100%;
	cursor: default;
}
table.vartaable .qtycol{
	text-align:center;
}
table.vartable .qtywrap {
    width: 100px;
    background-color: transparent;
	
}
/* plus/minus */
table.vartable .qtywrap .minusqty, table.vartable .qtywrap .plusqty{
	font-size: 16px;
    color: #fff;
    background: #333333;
    padding: 4px 5px;
	line-height: 1;
	border: 0;
    border-radius: 0;
	margin: 8px 0;
}
table.vartable .qtywrap input.qty{
	width: 40px;
    border: none;
    text-align: center;
	border: 0;
    border-radius: 0;
}
/* Chrome, Safari, Edge, Opera */
table.vartable .qtywrap input::-webkit-outer-spin-button,
table.vartable .qtywrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
table.vartable .qtywrap input[type=number] {
  -moz-appearance: textfield;
}
table.vartable .outofstock td, table.vartable .outofstock p{
font-family: Arimo;
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
  color: #939393;
}
table.vartable .outofstock .cartcol {
  text-align:center;
}
table.vartable .outofstock .cartcol:after {
  content: 'sold out';
}
table.vartable th.vartable_desc span {
	display: none;
}
table.vartable th.vartable_desc:before {
    content: "Piece Count";
    visibility: visible;
}

/* product headline */
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star{
	font-size:22px!important;
}
.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .write-review .yotpo-header .yotpo-icon{
	color:#333333!important;
}
.entry-summary h1.product_title.entry-title{
    display: inline;
}
.entry-summary p.social_share{
    display: inline;
    float: right;
	min-width: 250px;
    text-align: right;
}
.entry-summary p.social_share a{
    font-size:20px;
	
}
.entry-summary .yotpo{
    display: inline;
    float: right;
	margin-top: -20px;
}
.woocommerce .product a.text-m.write-review-btn-hidden {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 5px;
}

.entry-summary h2#variant-table{
	display: none;
}
/* product image */
.size33 .onsale{
	position: absolute;
    top: 1em;
    background: #E5E5E5;
    font-family: Arimo;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.58;
    padding: 5px 20px;
    z-index: 20;
}
.woocommerce-product-gallery__image.single-product-main-image img{
	width: 600px;
}
.single-product div.product {
    margin-top:60px;
}


/* modal styling */
.blocker {
	z-index: 15!important;
}
.modal {
    max-width: 900px!important;
	padding: 30px 50px!important;
}
.jquery-modal .modal{
	overflow: visible;
}
/* woo-messages */
.woocommerce-message, .woocommerce-info, .woocommerce-noreviews, p.no-comments{
	padding: 20px;
    margin: 20px 0 30px auto;
    border-radius: 8px;
    width: 50%;
    box-shadow: 0 4px 4px 0 #00000040;
    background: #3e9634!important;
    color: #fff;
}
.woocommerce-error{
		padding: 20px;
    margin: 20px 0 30px auto;
    border-radius: 8px;
    width: 50%;
    box-shadow: 0 4px 4px 0 #00000040;
	 color: #fff;
}
.woocommerce-message a {
	padding: 0 5px 0 10px;
}

.woocommerce #wcal_gdpr_message_block{
	display:none;
}

.modal {
	height:auto;	
}
button.wcgwp-modal-toggle-cart-item, .wcgwp_remove_wrap button {
	background: transparent;
    color: black;
    padding: 0;
    border: 0;
    text-decoration: underline;
	margin: 0 0 0 1.5em;
}
.cart_item .giftwrap-cart ul {
    padding: 0;
	margin:0;
}
.cart_item .giftwrap-cart .wcgwp_form{
    margin: 0 0 0 1.5em;
}
.woocommerce .giftwrapper_products_modal.modal {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
/* 	    background: transparent; */
    border: 0;
    box-shadow: none;
    max-width: none!important;
    padding: 0!important;
	background-color: rgba(0,0,0,0.75);
}
.woocommerce-cart .modal-backdrop.fade.show{
	display:none;
}
.modal-dialog ul{
	list-style:none;
}
.woocommerce-cart .product-name dl.variation{
    margin: 0 0 0 1.5em!important;
}
.woocommerce-cart .product-name dd{
	margin: 0 0 0 1.5em!important;
}

/* Post */
.default_blog_post {
    padding: 45px 45px;
}
.default_blog_post .wp-block-latest-posts.wp-block-latest-posts__list{
        margin: 0;
}
.default_blog_post .wp-block-latest-posts__featured-image img{
        width: 100%;
}
.default_blog_post .wp-block-latest-posts__list li {
    clear: both;
    padding-bottom: 45px;
}
.default_blog_post .wp-block-latest-posts__list li a{
   font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #333333;
  text-decoration:none;
}

.default_blog_post .wp-block-latest-posts__list li a.moretag{
     font-family: Arimo;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-decoration:underline;
  display: block;
  padding-top: 10px;
}
.default_blog_post .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt p{
	margin:0;
}
.first_post{
	padding:40px 0 90px;
}
 .first_post .post_cats a{
  font-family: Arimo;
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
  color: #333333;
  text-decoration:none;
	     font-weight: 400;
}
.first_post .entry-header h2{
	margin: 20px 0 10px 0;
}
.first_post .entry-header h2 a{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
/* 	margin: 30px 0 10px 0; */
  text-decoration:none;
}
.first_post .entry-summary{
	margin: 0;
}
.first_post .entry-summary p{
	margin: 0px 0 15px 0;
}
.blog_feed_post .entry-header h2 a{
     font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  margin: 30px 0 10px 0;
  text-decoration:none;
}
.blog_feed_post .entry-header h2{
	margin: 20px 0 10px 0;
}
.blog_feed_post .entry-summary{
	margin: 0;
}
.blog_feed_post .entry-summary p{
	margin: 0px 0 15px 0;
}
@media (max-width: 600px){
	.first_post {
		padding: 0;
	}
	.blog article.post {
		padding: 30px 0;
	}
}

.post-template-default .site-main.size75{
    width:75%;
}
.post-template-default .sidebar.size25{
    width:25%;
}
@media only screen and (max-width: 850px){
.post-template-default .site-main.size75{
    width:100%;
}
.post-template-default .sidebar.size25{
    width:100%;
}
.default_blog_post .wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.default_blog_post .wp-block-latest-posts__list li {
    width: 45%;
}
}

@media only screen and (max-width: 600px){
.post-template-default .site-main.size75{
    width:100%;
}
.post-template-default .sidebar.size25{
    width:100%;
    display:none;
}
}
/* faq */
@media (max-width: 781px){

	.faq_links.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .faq_links .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child){
		padding-top: 0;
	}
	.page-template-default:not(.woocommerce-page) article .faq_links  ul, ol{
		margin:0;
	}
}
/* Search */
.search .entry-header h2{
  line-height: 1;
  margin: 30px 0 10px 0;
}
.search .entry-header h2 a{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.search .entry-summary a.moretag{
    font-family: Arimo;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-decoration:underline;
  display: block;
padding-top: 10px;
}

.search .entry-summary p{
 display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; 
  overflow: hidden;
	margin-bottom:10px;
  }
.search article{
	padding:15px 0;
}
.search .site-main .posts-navigation {
	    width: 100%;
    padding: 30px;
}




/* Gravity Forms Override*/
	.gform_wrapper.gravity-theme form.zen .gfield_label{
	    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #0d1b1e;
    text-transform: uppercase;
	}


	.gform_wrapper.gravity-theme form.zen input[type=color], .gform_wrapper.gravity-theme form.zen input[type=date], .gform_wrapper.gravity-theme form.zen input[type=datetime-local], .gform_wrapper.gravity-theme form.zen input[type=datetime], .gform_wrapper.gravity-theme form.zen input[type=email], .gform_wrapper.gravity-theme form.zen input[type=month], .gform_wrapper.gravity-theme form.zen input[type=number], .gform_wrapper.gravity-theme form.zen input[type=password], .gform_wrapper.gravity-theme form.zen input[type=search], .gform_wrapper.gravity-theme form.zen input[type=tel], .gform_wrapper.gravity-theme form.zen input[type=text], .gform_wrapper.gravity-theme form.zen input[type=time], .gform_wrapper.gravity-theme form.zen input[type=url], .gform_wrapper.gravity-theme form.zen input[type=week], .gform_wrapper.gravity-theme form.zen select, .gform_wrapper.gravity-theme form.zen textarea{
	    background: #FFFFFF;
	    border: 2px solid #3e9634;
	    box-sizing: border-box;
	    border-radius: 8px;
	    height: 45px;
	    padding: 0 0px 0 22px;
	}
	.gform_wrapper.gravity-theme form.zen .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme form.zen .gfield_consent_description{
	font-size: 14px;
  line-height: 1.58;
  text-align: left;
  color: #000;
      border: 0;
    overflow-y: visible;
	}
	.gform_wrapper.gravity-theme form.zen input.button{
	border:0;
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #3E9634;
    padding: 15px 30px;
    border-radius: 8px;
    opacity: 1;
    transition: opacity .2s linear;
    text-transform:uppercase;
	}


article ul.wp-block-social-links{
	    margin: 0!important;
}
article ul.wp-block-social-links li.wp-social-link, article  .wp-block-social-links.is-style-logos-only .wp-social-link{
	    margin: 0;
}
article ul.wp-block-social-links li.wp-social-link:before{
	display:none;
}


/* Mobile menu */
html, body, .mm-page{
	    overflow-x: hidden;
    position: relative;
}
}

/* nav search update */
#site-navigation div.product-search{
	text-align: right;
    padding-bottom: 9px;
    margin-right: 10px;
    position: relative;
}
#site-navigation div.product-search-form form.product-search-form.show-submit-button input[type="text"].product-filter-field {
    width: 60%;
    max-width: 390px;
    min-width: 200px;
    height: 26px;
    border-radius: 8px 0 0 8px;
    border: 0;
    padding: 0 0 2px 20px;
    margin: auto;
    margin-right: 24px;
}
#site-navigation div.product-search div.product-search-form form.product-search-form {
    margin-bottom: 0!important;
    padding-bottom: 9px;
}
#site-navigation .product-search .product-search-form form.product-search-form.show-submit-button button{
    color: #fff;
    font-family: "Font Awesome 5 Free Regular";
    background: #226D19;
    border-radius: 0px 8px 8px 0px;
    height: 26px;
    border: 0;
    padding: 6px;
    width: 31px;
    margin: auto;
    margin-left: -24px;
    position: absolute;
    right: 0;
}
#site-navigation .product-search .product-search-form form.product-search-form.show-submit-button button:after{
	margin-left: -8px;
}