/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*!
Theme Name: Oleonix
Theme URI: http://underscores.me/
Author: Growthlabs
Author URI: http://growth-labs.co.uk/
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: oleonix
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.

Oleonix 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
	- Clearings
	- Rows
	- Links
	- Forms
## Layouts
# Components
	- Navigation
		- Primary Menu
		- Social Menu
		- Footer Menu
	- Header
	- Sticky Header
	- Footer
	- Posts and pages
	- Leaderboard
	- Gallery and Blog Leaderboard
	- Index
	- Blocks
		- Alt Icons
		- Contact Details
		- Circular Icons
		- Distributors
		- Downloads
		- Features Boxes
		- Full Gallery
    - Full Width Text
		- Gallery Slider
		- Icons
		- Placeholder
		- Product
		- Produt - Purchase
		- Text and Image
		- Testimonials
		- Pop Up
	- WooCommerce Pages
	- 404
	- Comments
	- Widgets
	- Media
	- Captions
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

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

img {
	border-style: none;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

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

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-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-decoration {
	-webkit-appearance: none;
}

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

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

html {
	scroll-behavior: smooth;
}

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Comfortaa', sans-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	font-weight: 300;
}

h1, h2, h3, h4, h5 {
	clear: both;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.075em;
	margin: 1.9em 0 1em;
}

h6 {
	letter-spacing: 0.075em;
	margin: 1.9em 0 1em;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.56em;
}

h5 {
	font-size: 1.33em;
}

h6 {
	font-size: 1.11em;
}

p {
	margin: 2em 0 1em;
}

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

blockquote {
	margin: 2.5em 0 1em;
}

address {
	margin: 2.5em 0 1em;
}

pre {
	background: #E6E6E6;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin: 2.5em 0 1em;
	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 #006837;
	cursor: help;
}

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

big, .big {
	font-size: 1.2em;
}

b, strong {
	font-weight: 700;
}

h1:first-child, h2:first-child,
h3:first-child, h4:first-child,
h5:first-child, h6:first-child,
p:first-child, ul:first-child,
ol:first-child {
	margin-top: 0;
}

h1:last-child, h2:last-child,
h3:last-child, h4:last-child,
h5:last-child, h6:last-child,
p:last-child, ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	h1 {
		font-size: 2.55em;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.8em;
	}

	h4 {
		font-size: 1.66em;
	}
}

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

hr {
	background-color: #024D2E;
	border: 0;
	display: block;
	height: 1px;
	width: 1.3em;
	border-radius: 1em;
	margin: 1em auto;
}

ul,
ol {
	margin: 1em 0 1em 1em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 0.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1em 1em;
}

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

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

figure {
	margin: 2.5em 0 1em;
}

table {
	margin: 2.5em 0 1em;
	width: 100%;
}

.grecaptcha-badge {
	z-index: 100;
}

/* Clearings
--------------------------------------------- */

.clear:before,
.clear:after,
.row-inner:before,
.row-inner:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.row-inner:after {
	clear: both;
}

/* Rows
--------------------------------------------- */

.row {
  position: relative;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

.row-inner {
	max-width: 89.3em;
	margin: auto;
	padding: 50px 0 0; /* padding-top is half visible row gap */
	position: relative;
	z-index: 1;
}

.top-none,
.top-half-small,
.top-half-big {
	padding-top: 0;
}

.top-none .row-inner {
	padding: 0;
}

.top-small {
	padding-top: 2.8em;
}

.top-half-small .row-inner,
.top-small .row-inner {
	padding-top: 2.8em;
}

.top-big {
	padding-top: 4.8em;
}

.top-half-big .row-inner,
.top-big .row-inner {
	padding-top: 4.8em;
}

.bottom-half-small,
.bottom-half-big {
	padding-bottom: 0;
}

.bottom-small {
	padding-bottom: 2.8em;
}

.bottom-big {
	padding-bottom: 4.8em;
}

.col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.xnar .row-inner {
	max-width: 64em;
}
.nar .row-inner {
	max-width: 78.3em;
}

.wide .row-inner {
	max-width: 100.3em;
}

.xwide .row-inner {
	max-width: 111.3em;
}

.full, .half, .third, .two-third, .quarter, .fifty-five, .forty-five, .sixty, .forty {
	width: 100%;
  float: left;
  padding: 0 1.15em; /* padding left and right is half gutter width */
}

.bottom-half-small .full, .bottom-half-small .half,
.bottom-half-small .third, .bottom-half-small .two-third,
.bottom-half-small .quarter, .bottom-half-small .fifty-five,
.bottom-half-small .forty-five, .bottom-half-small .sixty,
.bottom-half-small .forty,
.bottom-small .full, .bottom-small .half, .bottom-small .third,
.bottom-small .two-third, .bottom-small .quarter, .bottom-small .fifty-five,
.bottom-small .forty-five, .bottom-small .sixty, .bottom-small .forty {
	margin: 0 0 2.8em; /* margin-bottom is half visible row gap */
}

.bottom-half-big .full, .bottom-half-big .half,
.bottom-half-big .third, .bottom-half-big .two-third,
.bottom-half-big .quarter, .bottom-half-big .fifty-five,
.bottom-half-big .forty-five, .bottom-half-big .sixty,
.bottom-half-big .forty,
.bottom-big .full, .bottom-big .half, .bottom-big .third,
.bottom-big .two-third, .bottom-big .quarter, .bottom-big .fifty-five,
.bottom-big .forty-five, .bottom-big .sixty, .bottom-big .forty{
	margin: 0 0 4.8em; /* margin-bottom is half visible row gap */
}

.gnar .full, .gnar .half, .gnar .third, .gnar .two-third, .gnar .quarter, .gnar .fifty-five, .gnar .forty-five, .gnar .sixty, .gnar .forty  {
	padding: 0 0.8em; /* padding left and right is half gutter width */
}

.gnar .col-wrapper {
	padding:  0 0.35em;
}

.gwide .full, .gwide .half, .gwide .third, .gwide .two-third, .gwide .quarter, .gwide .fifty-five, .gwide .forty-five, .gwide .sixty, .gwide .forty  {
	padding: 0 1.8em; /* padding left and right is half gutter width */
}

.gwide .col-wrapper {
	margin: 0 -0.65em;
}

.gxwide .full, .gxwide .half, .gxwide .third, .gxwide .two-third, .gxwide .quarter, .gxwide .fifty-five, .gxwide .forty-five, .gxwide .sixty, .gxwide .forty  {
	padding: 0 2.4em; /* padding left and right is half gutter width */
}

.gxwide .col-wrapper {
	margin:  auto -1.25em;
}

.gxxwide .full, .gxxwide .half, .gxxwide .third, .gxxwide .two-third, .gxxwide .quarter, .gxxwide .fifty-five, .gxxwide .forty-five, .gxxwide .sixty, .gxxwide .forty  {
	padding: 0 3.1em; /* padding left and right is half gutter width */
}

.gxxwide .col-wrapper {
	margin:  0 -1.95em;
}

.gxxxwide .full, .gxxxwide .half, .gxxxwide .third, .gxxxwide .two-third, .gxxxwide .quarter, .gxxxwide .fifty-five, .gxxxwide .forty-five, .gxxxwide .sixty, .gxxxwide .forty  {
	padding: 0 3.75em; /* padding left and right is half gutter width */
}

.gxxxwide .col-wrapper {
	margin: 0 -2.6em;
}

@media screen and (min-width: 48em) {
	.half {
		width: 50%;
	}

	.third {
		width: 33.33%;
	}

	.two-third {
		width: 66.6%;
	}

	.quarter {
		width: 25%;
	}

	.fifty-five {
		width: 55%;
	}

	.forty-five {
		width: 45%;
	}

	.sixty {
		width: 60%;
	}

	.forty {
		width: 40%;
	}
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #000;
	border-bottom: 2px solid #A6B24A;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a:hover,
a:focus,
a:active {
	border-color: #024D2E;
}

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

.nav-previous a,
.nav-next a,
.btn,
body .woocommerce a.button {
	border-radius: 2em;
	border: none;
	background: #024D2E;
	font-weight: 600;
	color: #fff;
	font-size: 1.3em;
	line-height: 1;
	padding: 1.6em 2.2em 1.2em;
  display: inline-block;
	text-transform: uppercase;
  text-align: center;
  margin-top: 1.5em;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}


.nav-previous a:visited,
.nav-next a:visited,
.btn:visited,
body .woocommerce a.button:visited {
	color: #fff;
}

.nav-previous a:focus,
.nav-previous a:hover,
.nav-previous a:active,
.nav-next a:focus,
.nav-next a:hover,
.nav-next a:active,
.btn:focus,
.btn:hover,
.btn:active,
body .woocommerce a.button:focus,
body .woocommerce a.button:hover,
body .woocommerce a.button:focus {
	background: #A6B24A;
	color: #024D2E;
	border: none;
	-webkit-transform: translateY(-0.1em);
	-ms-transform: translateY(-0.1em);
	    transform: translateY(-0.1em);
	-webkit-box-shadow: 0 0.62em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.62em 0.52em -0.36em rgba(0,0,0,0.65);
}

.btn.ghost,
body .woocommerce a.button,
.btn.white {
	background: transparent;
	border: 2px solid #A6B24A;
	border-radius: 0.75em;
	font-size: 1.2em;
	padding: 1.05em 1.9em 0.75em;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.ghost:visited,
body .woocommerce a.button:visited,
.btn.ghost,
body .woocommerce a.button {
	color: #000;
}

.btn.white:visited,
.btn.white {
	color: #fff;
}

.btn.ghost,
body .woocommerce a.button,
.btn.white {
	background: transparent;
	border: 2px solid #A6B24A;
	border-radius: 0.75em;
	font-size: 1.2em;
	padding: 1.05em 1.9em 0.75em;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.ghost:focus,
.btn.ghost:hover,
.btn.ghost:active,
body .woocommerce a.button:focus,
body .woocommerce a.button:hover,
body .woocommerce a.button:active,
.btn.white:focus,
.btn.white:hover,
.btn.white:active {
	background: #A6B24A;
	color: #024D2E;
	border: 2px solid #A6B24A;
	-webkit-box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 2em;
	border: none;
	background: #024D2E;
	font-weight: 600;
	color: #fff;
	font-size: 1.3em;
	line-height: 1;
	padding: 1.6em 2.2em 1.2em;
	padding: 1.2em 2.8em 0.9em;
  display: inline-block;
	text-transform: uppercase;
  text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #A6B24A;
	color: #024D2E;
	border: none;
	-webkit-transform: translateY(-0.1em);
	-ms-transform: translateY(-0.1em);
	    transform: translateY(-0.1em);
	-webkit-box-shadow: 0 0.62em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.62em 0.52em -0.36em rgba(0,0,0,0.65);
	outline: none;
}

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 {
	border: 2px solid #A6B24A;
	border-radius: 2em;
	width: 100%;
	color: #000;
	padding: 0.7em 1.7em 0.55em;
	font-weight: 700;
}

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 {
	outline: none;
}

select {
	border: 2px solid #A6B24A;
}

textarea {
	width: 100%;
	height: 14em;
}

.label-container {
	position: relative;
}

.label-container label {
	position: absolute;
	font-weight: 700;
	left: 1.25em;
	top: 0.75em;
	color: #000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color: #fff;
	padding: 0.1em 0.6em;
}

.label-container.not-empty label,
.label-container.focused label,
.label-container.date label {
	font-size: 0.6em;
  top: -0.8em;
  left: 2.5em;
}

div.wpcf7 .ajax-loader {
	margin-right: -20px;
}

form .row-inner .col-wrapper {
	padding: 0;
	margin: 0 -0.8em;
}

form .row-inner .third {
	margin-bottom: 1.6em;
	padding: 0 0.8em;
}

form .row-inner .full {
	margin-bottom: 2.2em;
	padding: 0 0.8em;
}

form .wpcf7-not-valid-tip {
	text-align: left;
  margin: 0.25em 0 0 1.9em;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em;
	border-radius: 2em;
  padding: 0.7em 1.7em 0.55em;
  border: 2px solid #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #A6B24A;
}

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

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

/* Navigation
--------------------------------------------- */

/* Primary Navigation
--------------------------------------------- */

#site-navigation {
	position: relative;
}

#menu-toggle {
	position: absolute;
	width: 2.4em;
  height: 2.26em;
	background-color: transparent;
	bottom: 0;
	right: 0.8em;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
}

#menu-toggle::after {
	background: none;
  content: none;
}

#menu-toggle:active,
#menu-toggle:focus,
#menu-toggle:hover {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
  outline: none;
}

#menu-toggle .bar:before,
#menu-toggle .bar:after {
	content:'';
}

#menu-toggle .bar:before,
#menu-toggle .bar:after,
#menu-toggle .bar {
	display: block;
  height: 0.3em;
	border-radius: 1em;
  width: 2.4em;
	background-color: #fff;
	position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#menu-toggle .bar {
	top: 1em;
	left: 0;
}

#menu-toggle .bar:before {
	top: -0.666em;
  left: 0;
}

#menu-toggle .bar:after {
	top: 0.666em;
  left: 0;
}

#menu-toggle.active .bar {
  width: 0;
  border-top: 0 solid #fff;
}

#menu-toggle.active .bar:before {
	-webkit-transform: rotate(45deg) translate(7px, 7px);
	-ms-transform: rotate(45deg) translate(7px, 7px);
	transform: rotate(45deg) translate(0.467em, 0.467em);
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}

#menu-toggle.active .bar:after {
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	-ms-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(0.467em, -0.467em);
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}

#site-navigation div {
  height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#primary-menu {
	position: absolute;
	top: 0.8em;
  right: 0.8em;
  width: 19em;
  background-color: #fff;
	z-index: 1000;
  visibility:hidden;
  filter:alpha(opacity=0);
  opacity:0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
	border-radius: 0.75em;
}


.open #primary-menu {
  visibility:visible;
  opacity:1;
  filter:alpha(opacity=100);
}

#primary-menu,
#primary-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#primary-menu ul li {
  height: 0;
	overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#primary-menu .expanded li {
	height: 38px;
}

#primary-menu li {
	width: 100%;
  padding: 0 1.1em;
}

#primary-menu a {
	padding: 1.1em 1.1em 0.9em;
	display: block;
  text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
  line-height: 1.2;
	color: #000;
	position: relative;
	border: none;
}

#primary-menu ul {
	position: relative;
}

#primary-menu ul:after,
#primary-menu a:after {
	content: '';
	position: absolute;
	width: 2.2em;
	height: 0.133em;
	background-color: #A6B24A;
	border-radius: 1em;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#primary-menu li:last-child a:after,
#primary-menu ul li a:after  {
	display: none;
}

#primary-menu a:visited,
#primary-menu .current-menu-item > a,
#primary-menu .current-menu-ancestor > a,
#primary-menu a:hover,
#primary-menu a:active,
#primary-menu a:focus {
	color: #000;
}

#primary-menu .menu-item-has-children {
  position: relative;
}

#primary-menu ul a {
	color: #000;
	padding: 1.1em 1.1em 0.9em;
	font-size: 0.8em;
}

#primary-menu ul a:visited,
#primary-menu ul a:hover,
#primary-menu ul a:active,
#primary-menu ul a:focus {
	color: #000;
}

.dropdown-toggle {
  position: absolute;
	font-size: 1em;
  top: 0;
  right: 0;
	padding: 0;
	height: 3.32em;
	width: 2.2em;
	background: transparent;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-toggle:after {
  background: none;
  content: none;
}

.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-toggle:focus {
	outline: none;
}

.arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.arrow:before,
.arrow:after {
	content:'';
	display: block;
	position: absolute;
	width: 0.8em;
	height: 0.133em;
	border-radius: 1em;
	background-color: #000;
	top: 47%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.arrow:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0.4em;
}

.arrow:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0.87em;
}

.expanded .arrow:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.expanded .arrow:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width: 60em) {
	#menu-toggle,
  .dropdown-toggle {
    display: none;
  }

  #site-navigation {
		width: auto;
	 }

  #site-navigation div {
    overflow: visible;
    width: auto;
		position: relative;
		top: 0;
	}

  #primary-menu {
		position: relative;
		margin: 1.8em 0 0;
		top: 0;
		float: right;
		width: auto;
		visibility:visible;
		opacity:1;
	  filter:alpha(opacity=100);
		background: transparent;
		border-radius: 0;
  }

  #primary-menu li {
		padding: 0 0.2em;
    display: inline-block;
		vertical-align: middle;
		overflow: visible;
		width: auto;
  }

	#primary-menu a:after,
	#primary-menu ul:after {
		display: none;
	}

  #primary-menu li a {
		height: auto;
		color: #fff;
		max-width: 11em;
		padding: 0.6em 0.5em 0.4em;
		font-size: 0.8em;
  }

	#primary-menu li a:visited {
		color: #fff;
	}

	#primary-menu a:visited, #primary-menu .current-menu-item > a, #primary-menu .current-menu-ancestor > a, #primary-menu a:hover, #primary-menu a:active, #primary-menu a:focus {
    color: #fff;
}

  #primary-menu li a:hover,
  #primary-menu li a:active,
  #primary-menu li a:focus  {
    color: #A6B24A;
  }

  #primary-menu li ul {
    background-color: #fff;
    position: absolute;
		overflow: hidden;
    width: 14em;
		border-radius: 0.75em;
  }

  #primary-menu li:hover ul {
    height: auto;
  }

	#primary-menu li ul li {
		height: 0;
		padding: 0;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		width: 100%;
    margin: 0;
		display: block;
	}

	#primary-menu .menu-item-has-children ul li  a {
		height: auto;
	}

	#primary-menu li a:hover ~ ul li,
	#primary-menu li a:active ~ ul li,
	#primary-menu li a:focus ~ ul li,
	#primary-menu li:hover ul li {
		height: 2em;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

  #primary-menu li ul li:last-of-type {
    border: none;
  }

  #primary-menu li ul li a {
    padding: 0.6em 2em 0.4em;
    width: 100%;
		max-width: 100%;
    text-align: left;
		color: #000;
  }

	#primary-menu li ul li a:visited {
		color: #000;
	}

  #primary-menu li ul li a:hover,
  #primary-menu li ul li a:focus,
  #primary-menu li ul li a:active {
  	color: #A6B24A;
  }
}

@media screen and (min-width: 65em) {
	#primary-menu {
		margin: 1.6em 0 0;
	}

	#primary-menu li a {
		font-size: 0.88em;
  }
}

@media screen and (min-width: 83em) {
	#primary-menu li {
    padding: 0 1.2em;
	}
}

/* Social Menu
--------------------------------------------- */


.social-menu {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.social-menu.full {
	margin-bottom: 1.5em;
}

.social-menu a {
  display: inline-block;
  vertical-align: baseline;
  border: none;
  padding: 0.2em;
  margin: 0 0.65em;
	position: relative;
}

.social-menu a:first-child {
	margin-left: 0;
}

.social-menu a:visited,
.social-menu a:hover,
.social-menu a:active,
.social-menu a:focus {
  border: none;
}

.social-menu svg {
  width: auto;
  display: block;
  height: 26px;
}

.social-menu a svg .st0 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-menu a:hover svg .st0,
.social-menu a:active svg .st0,
.social-menu a:focus svg .st0 {
  fill: #A6B24A;
}

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

#footer-menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1.5em;
	position: relative;
}

#footer-menu li:before {
	content: '\007C';
	position: absolute;
	left: -1.9em;
	color: #fff;
}

#footer-menu li:first-child:before {
	display: none;
	content: '';
}

#footer-menu li a {
	color: #fff;
	border: none;
	font-size: 0.8em;
	letter-spacing: 0.08em;
}

#footer-menu li a:hover,
#footer-menu li a:active,
#footer-menu li a:focus {
	color: #A6B24A;
}

/* Header
--------------------------------------------- */

#masthead {
	background-color: #024D2E;
	overflow: visible;
	position: fixed;
	width: 100%;
	z-index: 200;
}

#masthead .row-inner {
	padding-top: 2.2em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#site-branding,
#site-navigation {
	padding: 0 0.8em;
	margin-bottom: 1.4em;
}

#site-branding {
	width: 60%;
}

.custom-logo-link {
	border: none;
}

.custom-logo-link,
.custom-logo {
	display: block;
}

.custom-logo {
	width: 14.4em;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#site-navigation {
	width: 40%;
}

.cart-menu {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.menu-icon {
	float: left;
	margin: 0 5px;
	list-style-type: none;
}

.menu-icon svg {
	width: auto;
	height: 25px;
	display: block;
}

.menu-icon a {
	display: block;
	padding: 10px;
}

.menu-icon a,
.menu-icon a:visited,
.menu-icon a:hover,
.menu-icon a:focus,
.menu-icon a:active {
	border: none;
}

.cart-customlocation {
	position: absolute;
  top: 0;
  right: 0;
  background-color: #a6b24a;
  border-radius: 100%;
  width: 1.6em;
  text-align: center;
  height: 1.6em;
  font-size: 0.9em;
  display: block;
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 60em) {
	#masthead .row-inner {
		padding-top: 1.4em;
	}


	#masthead .row-inner {
		padding-top: 2.8em;
	}

	#site-branding,
	#site-navigation {
		margin-bottom: 2.8em;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

	#site-branding {
		width: 16em;
	}

	#site-navigation {
		width: calc(100% - 16em);
	}

	.cart-menu {
		right: 40px;
	}
}

/* Sticky Header
--------------------------------------------- */

.scrolled .custom-logo {
	width: 4.5em;
}

.scrolled #menu-toggle {
	bottom: -0.3em;
}

.scrolled .menu-icon svg {
	height: 20px;
}

.scrolled .menu-icon a {
	padding: 0 10px;
}

@media screen and (min-width: 60em) {
	.scrolled .custom-logo {
		width: 6em;
	}

	 #masthead.scrolled .row-inner {
		padding-top: 0.7em;
	}

	.scrolled #site-branding,
	.scrolled #site-navigation {
		margin-bottom: 0.7em;
	}

	#masthead.scrolled #primary-menu {
		margin-top: 0;
	}
}

@media screen and (min-width: 83em) {
	.scrolled .custom-logo {
		width: 7.5em;
	}
}

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

#colophon {
	background-color: #024D2E;
	color: #fff;
}

#colophon:before,
#colophon:after {
	content: '';
	position: absolute;
}

#colophon:before {
	top: 0;
	left: 0;
	width: 18.5em;
	height: 22em;
	background: url(img/footer-img-one.png) left top/contain no-repeat;
}

#colophon:after {
	bottom: 0;
	right: 0;
	width: 38.5em;
	height: 37em;
	background: url(img/footer-img-two.png) left top/contain no-repeat;
}

#colophon .full {
	text-align: center;
}

#colophon h2 {
	position: relative;
	padding: 0 0 1.2em;
}

#colophon h2::after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 5em;
	border-radius: 1em;
	background-color: #fff;
	margin: auto;
  left: 0;
  right: 0;
  bottom: -0.33em;
}

#colophon form button,
#colophon form input[type="button"],
#colophon form input[type="reset"],
#colophon form input[type="submit"]  {
	background-color: #A6B24A;
	color: #024D2E;
}

#colophon form button:hover,
#colophon form button:active,
#colophon form button:focus,
#colophon form input[type="button"]:hover,
#colophon form input[type="button"]:active,
#colophon form input[type="button"]:focus,
#colophon form input[type="reset"]:hover,
#colophon form input[type="reset"]:active,
#colophon form input[type="reset"]:focus,
#colophon form input[type="submit"]:hover,
#colophon form input[type="submit"]:active,
#colophon form input[type="submit"]:focus  {
	background-color: #024D2E;
	color: #fff;
}

#colophon form input[type="text"],
#colophon form input[type="email"],
#colophon form input[type="url"],
#colophon form input[type="password"],
#colophon form input[type="search"],
#colophon form input[type="number"],
#colophon form input[type="tel"],
#colophon form input[type="range"],
#colophon form input[type="date"],
#colophon form input[type="month"],
#colophon form input[type="week"],
#colophon form input[type="time"],
#colophon form input[type="datetime"],
#colophon form input[type="datetime-local"],
#colophon form input[type="color"],
#colophon form textarea {
	background-color: #024D2E;
	color: #fff;
}

#colophon form .label-container label {
	color: #fff;
	background-color: #024D2E;
}

#colophon .charity-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
}

#colophon .charity-logos a,
#colophon .charity-logos a:hover,
#colophon .charity-logos a:active,
#colophon .charity-logos a:focus,
#colophon .charity-logos a:visited {
	border: none;
}

#colophon .charity-logos img {
	margin: 0 1.15em 2.8em;
}

.page-template-template-contact  #colophon .custom-logo-link {
	display: block;
	margin: 0 auto 2.75em;
}

.page-template-template-contact  #colophon .custom-logo-link,
.page-template-template-contact  #colophon .custom-logo-link img {
	width: 24.3em;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}

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

#blocks {
	margin-top: 4.8em;
}

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

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

#secondary .article-preview {
	margin-bottom: 2.8em;
}

@media screen and (min-width: 32em) {
	#blocks {
		margin-top: 2.8em;
	}
}

@media screen and (min-width: 48em) {
	#blocks {
		margin-top: -1em;
	}
}

/* Leaderboard
--------------------------------------------- */

.entry-header {
	background-color: #024D2E;
	padding-top: 8em;
	position: relative;
}

.entry-header .row-inner {
	position: relative;
	z-index: 100;
}

.entry-header .slant {
	position: absolute;
	width: 120em;
  right: 0;
  bottom: -1px;
}

.entry-header .third {
	margin: 0;
}

.entry-header.right .two-third {
	text-align: right;
}

.entry-header h1,
.entry-header p {
	color: #fff;
}

.entry-header p {
	font-size: 1.2em;
	max-width: 32em;
	margin-top: 3.4em;
  margin-bottom: 1.8em;
}

.entry-header.right p {
	margin-left: auto;
	margin-right: 0;
}

.entry-header .btn {
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.entry-header .btn:focus,
.entry-header .btn:hover,
.entry-header .btn:active {
	background: #A6B24A;
	color: #024D2E;
	border: 2px solid #A6B24A;
	-webkit-box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
}

@media screen and (min-width: 32em) {
	.entry-header {
		padding-top: 10em;
	}
}

@media screen and (min-width: 48em) {
	.entry-header {
		padding-top: 11em;
	}

	.entry-header p {
		font-size: 1.3em;
	}
}

@media screen and (min-width: 81em) {
	.entry-header {
		padding-top: 14em;
	}

	.entry-header p {
		margin-top: 3.4em;
	  margin-bottom: 1.8em;
	}
}

@media screen and (min-width: 100em) {
	.entry-header {
		padding-bottom: 8em;
	}
}

@media screen and (min-width: 110em) {
	.entry-header .slant {
		width: 100%;
	  height: 316px;
	}
}

/* Gallery Leaderboard
--------------------------------------------- */

.blog .entry-header,
.page-template-template-gallery .entry-header {
	padding-bottom: 0;
	overflow: visible;
	position: relative;
}

.blog #masthead:after,
.page-template-template-gallery #masthead:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/gallery-bg.png) center top/100% auto no-repeat fixed;
}

.blog .entry-header:after,
.page-template-template-gallery .entry-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/gallery-bg.png) center top/100% auto no-repeat fixed;
}

.blog .blog-outer,
.page-template-template-gallery .video-outer {
	padding: 0;
}

.page-template-template-gallery .video-outer .full {
	height: 0;
	padding-bottom: 28.125%;
	margin: 0;
}

@media screen and (min-width: 34em) {
	.blog .entry-header,
	.page-template-template-gallery .entry-header {
		margin-bottom: 4em;
	}

	.blog .entry-header.no-margin,
	.page-template-template-gallery .entry-header.no-margin {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 38em) {
	.blog .entry-header,
	.page-template-template-gallery .entry-header {
		margin-bottom: 8em;
	}
}

@media screen and (min-width: 48em) {
	.blog .entry-header,
	.page-template-template-gallery .entry-header {
		margin-bottom: 12em;
	}
}

@media screen and (min-width: 60em) {
	.blog .entry-header,
	.page-template-template-gallery .entry-header {
		margin-bottom: 16em;
	}
}

@media screen and (min-width: 68em) {
	.blog .entry-header,
	.page-template-template-gallery .entry-header {
		margin-bottom: 18em;
	}
}

@media screen and (min-width: 75em) {
	.blog .entry-header,
	.page-template-template-gallery .entry-header {
		margin-bottom: 22em;
	}
}

@media screen and (min-width: 84em) {
	.blog .entry-header,
	.page-template-template-gallery .entry-header {
		margin-bottom: 24em;
	}
}

/* Index
--------------------------------------------- */

.blog-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: -10em;
}

.blog-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/blog-bg.png) right bottom/100% auto no-repeat;
}

.blog-wrapper .row-inner {
	padding: 2.8em;
}

.blog-wrapper .full {
	margin-top: 8em;
	border-bottom: 2px solid #A6B24A;
	margin-bottom: 2em;
	padding: 0;
}

.blog-wrapper h3 {
	color: #fff;
	margin-bottom: 0.8em;
}

.blog-wrapper .third,
.blog-wrapper .two-third {
	margin: 0;
	padding: 0;
}

.blog-wrapper .third {
	margin-bottom: 2em;
}

.blog-wrapper p {
	margin: 0;
	font-size: 1em;
}

.blog-wrapper .btn {
	background-color: #A6B24A;
	color: #024D2E;
	border: none;
	margin: 0;
	float: right;
	-webkit-box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
}

.blog-wrapper .btn:active,
.blog-wrapper .btn:hover,
.blog-wrapper .btn:focus {
	background-color: #024D2E;
	color: #fff;
	border: none;
	-webkit-box-shadow: 0 0.62em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.62em 0.52em -0.36em rgba(0,0,0,0.65);
}

.blog #blocks .full {
	text-align: center;
}

.blog #blocks .full .blog-title {
	margin-bottom: 1.8em;
	position: relative;
	z-index: 10;
}

.blog #blocks .full .blog-title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background-color: #000;
	margin: 1.6em auto 0;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.article-preview .panel {
	border: 2px solid #024D2E;
}

.article-preview .feat-img {
	padding-bottom: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 2em;
}

.article-preview h5 {
	font-weight: 500;
	border-bottom: 2px solid #A6B24A;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.article-preview p {
	margin-top: 1em;
}

.article-preview .btn {
	background-color: #A6B24A;
	color: #024D2E;
	font-size: 1em;
}

.article-preview .btn:visited {
	background-color: #A6B24A;
	color: #024D2E;
}

.article-preview .btn:active,
.article-preview .btn:hover,
.article-preview .btn:focus {
	background-color: #024D2E;
	color: #fff;
}

.single .testimonials,
.blog .testimonials {
	margin-bottom: 4.8em;
}

.nav-previous a,
.nav-next a {
	font-size: 1em;
}

@media screen and (min-width: 34em) {
	.blog-wrapper {
		margin-bottom: -10em;
	}
}

@media screen and (min-width: 38em) {
	.blog-wrapper {
		margin-bottom: -14em;
	}

	.nav-previous {
		float: left;
	}
	.nav-next {
		float: right;
	}
}

@media screen and (min-width: 48em) {
	.blog-wrapper .full {
		margin-top: 15em;
	}

	.blog-wrapper {
		margin-bottom: -18em;
	}

	.blog-wrapper .third {
		padding: 0 1.15em 0 0;
		margin-bottom: 0;
	}

	.blog-wrapper .two-third {
		padding: 0 0 0 1.15em;
	}
}

@media screen and (min-width: 60em) {
	.blog-wrapper .full {
		margin-top: 20em;
	}

	.blog-wrapper {
		margin-bottom: -22em;
	}
}

@media screen and (min-width: 68em) {
	.blog-wrapper {
		margin-bottom: -24em;
	}
}

@media screen and (min-width: 75em) {
	.blog-wrapper {
		margin-bottom: -28em;
	}
}

@media screen and (min-width: 84em) {
	.blog-wrapper {
		margin-bottom: -30em;
	}
}

/* Blocks
--------------------------------------------- */

.panel {
	padding: 2.75em;
	border-radius: 2em;
	border: 2px solid #A6B24A;
	height: 100%;
	position: relative;
	text-align: center;
}

.row .slide:focus {
	outline: none;
}

.row .slick-arrow {
	font-size: 1em;
	z-index: 10;
	height: 3.46em;
	width: 2em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.row .slick-arrow:hover,
.row .slick-arrow:active,
.row .slick-arrow:focus {
	color: transparent;
	background: transparent;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.row .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	opacity: 1;
}

.row .slick-prev:before {
	background: url('img/arrow-left.svg') center/contain no-repeat;
	color: transparent;
}

.row .slick-next:before {
 background: url('img/arrow-right.svg') center/contain no-repeat;
 color: transparent;
}

/* Alt Icons
--------------------------------------------- */

.alt-icons .full {
	text-align: center;
}

.alt-icons.with-bg h2,
.alt-icons.with-bg h3,
.alt-icons.with-bg h4,
.alt-icons.with-bg h5,
.alt-icons.with-bg h6,
.alt-icons.with-bg p,
.alt-icons.with-bg li {
	color: #fff;
}

.alt-icons:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 21.3em;
  height: 23.5em;
	z-index: 1;
	background: url(img/testimonial-bg.png) right bottom/contain no-repeat;
}

.alt-icons .icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 0;
}

.alt-icons .icon-wrapper img {
	margin: 0 3.75em 2.8em;
}

.alt-icons .full .btn {
	margin: 0 1em;
}

/* Contact Details
--------------------------------------------- */

.contact {
	position: relative;
	padding-top: 4em;
	margin-top: -4em;
}

.for-bg {
	position: relative;
}

.contact:before,
.for-bg:after {
	content: '';
	position: absolute;
}

.contact:before {
	top: 0;
	left: 0;
	width: 18.65em;
  height: 25.9em;
	z-index: 0;
	background: url(img/icons-left.png) left center/contain no-repeat;
}

.for-bg:after {
	bottom: 0;
	right: 0;
	width: 21.3em;
  height: 23.5em;
	z-index: -1;
	background: url(img/icons-right.png) right bottom/contain no-repeat;
}

.contact h2 {
	margin-bottom: 1.8em;
	position: relative;
	z-index: 10;
}

.contact h2:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background-color: #000;
	margin: 1.6em auto 0;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.contact .full,
.contact .third {
	text-align: center;
}

.contact .third h6 {
	position: relative;
}

.contact .third h6,
.contact .third p {
	font-weight: 500;
}

.contact .third h6:after {
	content: '';
	position: absolute;
	top: 2.5em;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	background-color: #A6B24A;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.contact .third img {
	width: 5.125em;
	margin: auto;
}

.contact .third a,
.contact .third:visited,
.contact .third:hover,
.contact .third:focus,
.contact .third:active {
	border: none;
}

.contact .map iframe {
	width: 100%;
}

@media screen and (min-width: 60em) {
	.contact {
		padding-top: 7em;
		margin-top: -7em;
	}
}

@media screen and (min-width: 90em) {
	.contact {
		padding-top: 12em;
		margin-top: -12em;
	}
}

/* Circular Icons
--------------------------------------------- */

.circular-icons .full {
	text-align: center;
}

.circular-icons h2 {
	color: #fff;
}

.circular-icons h2:after {
	content: '';
	display: block;
	background-color: #fff;
	width: 6em;
	max-width: 80%;
	height: 2px;
	margin: 1em auto;
}

.icon-row hr {
	width: 4em;
	height: 2px;
}

.icon-row .third,
.icon-row .half {
	text-align: center;
}

.icon-row .half .icon-wrapper {
	width: 49%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.icon-row img {
	width: 350px;
}

.icon-row .half p {
	padding: 0 1em;
	max-width: 16em;
	margin-left: auto;
	margin-right: auto;
}

.icon-row .half h5,
.icon-row .half p {
	font-weight: 500;
}

@media screen and (min-width: 48em) {
	.circular-icons {
		padding-bottom: 11em;
	}

	.icon-row {
		margin-top: -17em;
	}

	.icon-row h5 {
		color: #fff;
	}
}

@media screen and (min-width: 64em) {
	.circular-icons {
		padding-bottom: 13em;
	}

	.icon-row {
		margin-top: -20em;
	}
}


@media screen and (min-width: 80em) {
	.circular-icons {
		padding-bottom: 15em;
	}

	.icon-row {
		margin-top: -22em;
	}
}

/* Distributors
--------------------------------------------- */

.distributors .full {
	text-align: center;
}

.distributors .img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.distributors img {
	width: 275px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.distributors.with-bg h2 {
	color: #fff;
}

.distributors a {
	position: relative;
}

.distributors a,
.distributors a:visited,
.distributors a:hover,
.distributors a:active,
.distributors a:focus {
	border: none;
}

.distributors .hov-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.distributors a:hover .hov-img,
.distributors a:active .hov-img,
.distributors a:focus .hov-img {
	opacity: 1;
}

.distributors a:hover .stand-img,
.distributors a:active .stand-img,
.distributors a:focus .stand-img  {
	opacity: 0;
}

/* Dowloads
--------------------------------------------- */

.downloads {
	position: relative;
	padding-top: 4em;
	margin-top: -4em;
}

.downloads:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 14.67em;
  height: 20.33em;
	background: url(img/document-left.png) left center/contain no-repeat;
}

.downloads .col-wrapper {
	padding-bottom: 3.2em;
}

.downloads .panel-wrap {
	margin-bottom: 1.6em;
}

.downloads h2 {
	margin-bottom: 1.8em;
	position: relative;
	z-index: 10;
}

.downloads h2:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background-color: #000;
	margin: 1.6em auto 0;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.downloads .full {
	text-align: center;
}

.downloads .panel {
	border: 2px solid #024D2E;
	background: url('img/document-bg.png') right bottom/230px no-repeat;
}

.downloads .panel h4 {
	margin-bottom: 0.8em;
	position: relative;
	font-weight: 400;
}

.downloads .panel h4:after {
	content: '';
	display: block;
	background-color: #024D2E;
	margin: 0.8em auto 0;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.downloads .btn {
	min-width: 45%;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.downloads.with-bg:before {
	display: none;
}

.downloads.with-bg h2,
.downloads.with-bg h4,
.downloads.with-bg .btn.ghost {
	color: #fff;
}

.downloads.with-bg .btn.ghost:visited {
	color: #fff;
}

.downloads.with-bg h2:after,
.downloads.with-bg .panel h4:after {
	background-color: #fff;
}

.downloads.with-bg .panel {
	background: transparent;
	border: 2px solid #fff;
}

@media screen and (min-width: 60em) {
	.downloads:before {
		width: 18.67em;
	  height: 25.86em;
	}

	.downloads {
		padding-top: 7em;
		margin-top: -7em;
	}
}

@media screen and (min-width: 90em) {
	.downloads:before {
		width: 24.67em;
	  height: 34.16em;
	}

	.downloads {
		padding-top: 12em;
		margin-top: -12em;
	}
}

/* Features Boxes
--------------------------------------------- */

.feat-boxes .panel {
	padding: 2.75em 2.75em 6.75em;
}

.feat-boxes h2,
.feat-boxes .panel h5 {
	text-align: center;
}

.feat-boxes h2:after,
.feat-boxes .panel h5:after {
	content: '';
	display: block;
	background-color: #024D2E;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.feat-boxes h2:after {
	margin: 1em auto;
}

.feat-boxes .panel h5:after {
	margin: 1.4em auto 2em;
}

.feat-boxes .panel p {
	margin: 1em 0;
}

.feat-boxes .panel .btn {
	position: absolute;
	display: block;
	width: 10em;
	bottom: 2.3em;
	left: 0;
	right: 0;
	margin: auto;
}

.page-id-8 .feat-boxes .panel {
  padding: 2.75em 2.75em 5.25em;
}

.page-id-8 .feat-boxes .panel .btn {
	text-transform: none;
	font-size: 1em;
	width: 80%;
}

.feat-boxes.with-bg .panel {
	border: 2px solid #fff;
}

.feat-boxes.with-bg h2,
.feat-boxes.with-bg h5,
.feat-boxes.with-bg p {
	color: #fff;
}

.feat-boxes.with-bg h2:after {
	background-color: #fff;
}

.feat-boxes.with-bg .panel h5:after,
.feat-boxes.with-bg hr {
	background-color: #A6B24A;
}

/* Full Gallery
--------------------------------------------- */

.full-gallery .full {
	text-align: center;
}

.full-gallery h2{
	position: relative;
}

.full-gallery h2:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background-color: #000;
	margin: 1.6em auto 0;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.full-gallery ul {
	list-style-type: none;
	padding: 0 0.65em 4.3em;
	margin: 0;
}

.full-gallery .col-wrapper li {
	margin-bottom: 1em;
	padding: 0 0.5em;
}

.full-gallery .quarter a {
	overflow: hidden;
}

.full-gallery .quarter a,
.full-gallery .quarter img {
	display: block;
}

.full-gallery .quarter img {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.full-gallery .quarter a,
.full-gallery .quarter a:visited,
.full-gallery .quarter a:active,
.full-gallery .quarter a:focus,
.full-gallery .quarter a:hover {
	border: none;
}

.full-gallery .quarter a:active img,
.full-gallery .quarter a:focus img,
.full-gallery .quarter a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.fancybox-caption__body p {
	margin: 1em 0 0;
}

/* Full Width Text
--------------------------------------------- */

.full-txt.with-bg h1,
.full-txt.with-bg h2,
.full-txt.with-bg h3,
.full-txt.with-bg h4,
.full-txt.with-bg h5,
.full-txt.with-bg h6,
.full-txt.with-bg p,
.full-txt.with-bg ol,
.full-txt.with-bg li {
  color: #fff;
}

.full-txt.with-bg h2 {
  position: relative;
  padding: 0 0 1.2em;
}

.full-txt.with-bg h2::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 5em;
  border-radius: 1em;
  background-color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.3em;
}

/* Gallery Slider
--------------------------------------------- */

.gallery-slider .full {
	text-align: center;
}

.g-slider .slide {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}

.g-slider .slide:after {
	content: '';
	position: absolute;
	background-color: rgba(2, 77, 46, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.g-slider .slick-prev {
	left: 2.5%;
}

.g-slider .slick-next {
	right: 2.5%;
}

.gallery-slider .btn {
	position: absolute;
	top: 45%;
	top: calc(50% - 2.5em);
	margin: auto;
	left: 0;
	right: 0;
	width: 10.5em;
	padding: 1em;
	border: 2px solid #fff;
	line-height: 1.5;
	font-size: 1.25em;
}

@media screen and (min-width: 48em) {
	.g-slider .slick-active {
		-webkit-transform: scale(0.76) translate(-16%, 0);
		    -ms-transform: scale(0.76) translate(-16%, 0);
		        transform: scale(0.76) translate(-16%, 0);
	}

	.g-slider .slick-center {
		-webkit-transform: scale(2.25);
		    -ms-transform: scale(2.25);
		        transform: scale(2.25);
		z-index: 10;
		position: relative;
	}

	.g-slider .slick-center + .slick-active {
		-webkit-transform: scale(0.78) translate(16%, 0);
		    -ms-transform: scale(0.78) translate(16%, 0);
		        transform: scale(0.78) translate(16%, 0);
	}

	.g-slider .slick-track {
		padding-top: 6em;
		padding-bottom: 6em;
	}

	.g-slider .slick-prev {
		left: 15%;
	}

	.g-slider .slick-next {
		right: 15%;
	}
}

@media screen and (min-width: 80em) {
	.g-slider .slick-center {
		-webkit-transform:scale(1.29);
		    -ms-transform:scale(1.29);
		        transform:scale(1.29);
	}

	.g-slider .slick-track {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.g-slider .slick-prev {
		left: 30%;
	}

	.g-slider .slick-next {
		right: 30%;
	}

	.gallery-slider .btn {
		top: calc(50% - 4em);
		width: 12.5em;
		padding: 2.4em;
		font-size: 1.75em;
	}
}

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

.icons {
	position: relative;
	padding-top: 8em;
	margin-top: -8em;
}

.icons:before,
.icons:after,
.icons .two-third:after {
	content: '';
	position: absolute;
	z-index: -1;
}

.icons:before {
	top: 42%;
	top: calc(50% - 12.8em);
	left: 0;
	width: 18.65em;
  height: 25.9em;
	background: url(img/icons-left.png) left center/contain no-repeat;
}

.icons:after {
	bottom: 0;
	right: 0;
	width: 16.3em;
  height: 18.1em;
	background: url(img/icons-right.png) right bottom/contain no-repeat;
}

.icons .two-third:after {
	top: 0;
	right: 0;
	width: 16.3em;
  height: 19.75em;
	background: url(img/icons-title-right.png) right center/contain no-repeat;
	z-index: 1;
}

.icons .two-third,
.icons .third {
	text-align: right;
}

.icons .third:first-child,
.icons.bottom-big .third:first-child {
	margin-bottom: 0;
}

.icons h2 {
	margin-bottom: 1.8em;
	position: relative;
	z-index: 10;
}

.icons h2:after {
	content: '';
	display: block;
	background-color: #000;
	margin: 1.8em 0 0 auto;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.icons img {
	width: 100%;
	max-width: 153px;
}

.icons h6 {
	font-weight: 600;
}

.icons p {
	margin-top: 1em;
}

@media screen and (min-width: 48em) {
	.icons.bottom-big  .two-third,
	.icons.bottom-big .third {
		margin-bottom: 7.5em;
	}
}


/* Placeholder
--------------------------------------------- */

.placeholder {
	min-height: 60em;
}

/* Product
--------------------------------------------- */

.product.alt-bg {
	position: relative;
	padding-top: 4em;
	margin-top: -4em;
}

.product.alt-bg:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 14.67em;
  height: 20.33em;
	background: url(img/document-left.png) left center/contain no-repeat;
}

.product .row-inner {
	width: 100%;
	max-width: 100%;
}

.product .forty-five {
	position: relative;
	z-index: 1;
}

.product .wrapper {
	background-color: #024D2E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.product .wrapper {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 7.8em 1.15em 2.8em;
	margin: -10em -1.15em 0;
}

.product .fifty-five h1,
.product .fifty-five h2,
.product .fifty-five h3,
.product .fifty-five h4,
.product .fifty-five h5,
.product .fifty-five h6,
.product .fifty-five p,
.product .fifty-five ul,
.product .fifty-five ol,
.product .fifty-five blockquote,
.product .fifty-five a,
.product .fifty-five a:visited {
	color: #fff;
}

.product .btn {
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	margin: 0;
}

.product .btn:focus,
.product .btn:hover,
.product .btn:active {
	background: #A6B24A;
	color: #024D2E;
	border: 2px solid #A6B24A;
	-webkit-box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
}

.product .right .wrapper {
	background:  #024D2E url(img/product-right-bg.png) right bottom/auto 90% no-repeat;
}

.product .left .wrapper {
	background:  #024D2E url(img/product-left-bg.png) left bottom/auto 75% no-repeat;
}

@media screen and (min-width: 48em) {
	.product img {
		width: auto;
		max-width: none;
		height: 110%;
		height: calc(100% + 9em);
		position: absolute;
		top: -4em;
	}

	.product .right img {
		right: 0;
	}

	.product .left img {
		left: 0;
	}

	.product .wrapper .content {
		max-width: 48.615em;
	}

	.product .left .wrapper {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding: 3em 10em 3em 1.15em;
		margin: 0 -10em 0 -1.15em;
	}

	.product .right .wrapper {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 3em 1.15em 3em 22em;
		margin: 0 -1.15em 0 -22em;
	}
}

@media screen and (min-width: 60em) {
	.product.alt-bg:before {
		width: 18.67em;
	  height: 25.86em;
	}

	.product.alt-bg {
		padding-top: 9em;
		margin-top: -9em;
	}

	.home .product .right .wrapper {
		padding: 3em 1.15em 3em 15.5em;
		margin: 0 -1.15em 0 -15.5em;
	}
}

@media screen and (min-width: 78em) {
	.product .right .wrapper {
		padding: 3em 1.15em 3em 18em;
		margin: 0 -1.15em 0 -18em;
	}
}



@media screen and (min-width: 90em) {
	.product.alt-bg {
		padding-top: 13.5em;
		margin-top: -13.5em;
	}
}

/* Produt - Purchase
--------------------------------------------- */

.product-purchase .half {
	text-align: center;
}

.product-purchase h2 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.56em;
}

.product-purchase h6 {
	margin-top: 0;
	font-weight: 300;
}

.product-purchase .price {
	font-size:  1.6em;
	color: #024d2e;
	font-weight: 700;
	margin-top: 1em;
	display: block;
}

.product-purchase img {
	width: auto;
	height: 430px;
	margin-top: 1em;
	position: relative;
	top: 0;
	max-width: 100%;
}

.product-purchase .added_to_cart,
.product-purchase .button {
	border-radius: 2em;
	text-transform: none;
	border: 2px solid #A6B24A;
	background: transparent;
	font-weight: 600;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin: 1.5em 0.5em 0;
	cursor: pointer;
	position: relative;
	padding: 1.05em 1.9em 0.75em;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.product-purchase .added_to_cart,
.product-purchase .button,
.product-purchase .added_to_cart:visited,
.product-purchase .button:visited {
	color: #A6B24A;
}

.product-purchase .added_to_cart:active,
.product-purchase .button:active,
.product-purchase .added_to_cart:focus,
.product-purchase .button:focus,
.product-purchase .added_to_cart:hover,
.product-purchase .button:hover {
	background: #A6B24A;
	color: #024D2E;
	border: 2px solid #A6B24A;
	-webkit-box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
	box-shadow: 0 0.52em 0.52em -0.36em rgba(0,0,0,0.65);
}

.product-purchase .full {
	position: relative;
	padding-top: 2.8em;
}

.product-purchase .full .btn {
	margin: 0 1em;
}

.product-purchase .full hr {
	display: block;
	margin: auto;
	width: 90%;
	max-width: 1000px;
	height: 1px;
	background-color: #A6B24A;
}

@media screen and (min-width: 48em) {
	.product-purchase h2 {
	    font-size: 1.66em;
	}
}


/* Text and Image
--------------------------------------------- */

.txt-img .row-inner {
	position: relative;
}

.txt-img .third,
.txt-img .two-third,
.txt-img .half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.txt-img .with-slant .img-wrapper {
	margin-top: -1.5em;
	position: relative;
	overflow: hidden;
}

.txt-img .with-slant .img-wrapper::before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	background-image: url('img/image-slant.svg');
	width: 700px;
	height: 116px;
}

.full-txt.alt-bg,
.txt-img.alt-bg {
	position: relative;
	padding-top: 4em;
	margin-top: -4em;
}

.txt-img.alt-bg:before,
.full-txt.alt-bg:after,
.txt-img.alt-bg:after {
	content: '';
	position: absolute;
}

.txt-img.alt-bg:before {
	top: 0;
	left: 0;
	width: 18.65em;
  height: 25.9em;
	z-index: 0;
	background: url(img/icons-left.png) left center/contain no-repeat;
}

.full-txt.alt-bg:after,
.txt-img.alt-bg:after {
	bottom: 0;
	right: 0;
	width: 21.3em;
  height: 23.5em;
	z-index: -1;
	background: url(img/icons-right.png) right bottom/contain no-repeat;
}

.page-id-706 .txt-img.alt-bg:after {
	display: none;
}

@media screen and (min-width: 60em) {
	.txt-img.alt-bg {
		padding-top: 7em;
		margin-top: -7em;
	}
}

@media screen and (min-width: 90em) {
	.txt-img.alt-bg {
		padding-top: 12em;
		margin-top: -12em;
	}
}

/* Testimonials
--------------------------------------------- */

.testimonials:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 21.3em;
  height: 23.5em;
	z-index: 1;
	background: url(img/testimonial-bg.png) right bottom/contain no-repeat;
}

.testimonials .row-inner {
	z-index: 2;
}

.testimonials .slick-prev {
	left: 1.2em;
}

.testimonials .slick-next {
	right: 1.2em;
}

.testimonials .slide {
	padding: 0 3em;
}

.testimonials .slick-prev,
.testimonials .slick-next {
	top: calc(50% - 3em);
}

.testimonials .full {
	text-align: center;
}

.testimonials blockquote {
 	margin: 0 auto 1em;
}

.testimonials blockquote a,
.testimonials blockquote a:hover,
.testimonials blockquote a:active,
.testimonials blockquote a:focus,
.testimonials blockquote a:visited {
	color: #fff;
}

.testimonials blockquote p {
	font-size: 1.33em;
}

.testimonials blockquote.small p {
	font-size: 1.1em;
	margin: 1.5em 0;
}

.testimonials .attrib {
	font-size: 1.11em;
}

.testimonials.with-bg h2,
.testimonials.with-bg p {
	color: #fff;
}

.testimonials .slick-prev:before {
   background: url(img/arrow-left-black.svg) center/contain no-repeat;
}

.testimonials .slick-next:before {
   background: url(img/arrow-right-black.svg) center/contain no-repeat;
}

.testimonials.with-bg .slick-prev:before {
   background: url(img/arrow-left.svg) center/contain no-repeat;
}

.testimonials.with-bg .slick-next:before {
   background: url(img/arrow-right.svg) center/contain no-repeat;
}


/* Pop Up
--------------------------------------------- */

.spu-container {
	padding: 3em !important;
}

.spu-container h2 {
	color: #024D2E;
}

.spu-container a {
	margin: 0;
}

/* Video Slider
--------------------------------------------- */

.video-slider .full {
	text-align: center;
}

.video-slider h2{
	position: relative;
}

.video-slider h2:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background-color: #000;
	margin: 1.6em auto 0;
	width: 6em;
	max-width: 80%;
	height: 2px;
}

.video-slider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18.65em;
	height: 25.9em;
	z-index: 0;
	background: url(img/icons-left.png) left center/contain no-repeat;
}

.v-slider .slide {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.v-slider .slick-prev {
	left: 2.5%;
}

.v-slider .slick-next {
	right: 2.5%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
  width: 100%;
	height: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 48em) {
	.v-slider .slick-active {
		-webkit-transform: scale(0.76) translate(-16%, 0);
		    -ms-transform: scale(0.76) translate(-16%, 0);
		        transform: scale(0.76) translate(-16%, 0);
	}

	.v-slider .slick-center {
		-webkit-transform: scale(2.25);
		    -ms-transform: scale(2.25);
		        transform: scale(2.25);
		z-index: 10;
		position: relative;
	}

	.v-slider .slick-center + .slick-active {
		-webkit-transform: scale(0.78) translate(16%, 0);
		    -ms-transform: scale(0.78) translate(16%, 0);
		        transform: scale(0.78) translate(16%, 0);
	}

	.v-slider .slick-track {
		padding-top: 6em;
		padding-bottom: 6em;
	}

	.v-slider .slick-prev {
		left: 15%;
	}

	.v-slider .slick-next {
		right: 15%;
	}
}

@media screen and (min-width: 80em) {
	.v-slider .slick-center {
		-webkit-transform:scale(1.29);
		    -ms-transform:scale(1.29);
		        transform:scale(1.29);
	}

	.v-slider .slick-track {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.v-slider .slick-prev {
		left: 30%;
	}

	.v-slider .slick-next {
		right: 30%;
	}
}

/* WooCommerce Pages
--------------------------------------------- */

.actions input[type="text"],
.product-quantity input[type="number"] {
	border: 1px solid #A6B24A;
	padding: 0.4em 0.2em 0.1em;
	border-radius: 0.75em;
}

.actions input[type="text"] {
	min-width: 250px;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
	background-color: transparent;
	margin-top: 0;
}

body .woocommerce #respond input#submit.alt:focus,
body .woocommerce #respond input#submit.alt:active,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:focus,
body .woocommerce a.button.alt:active,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:focus,
body .woocommerce button.button.alt:active,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:focus,
body .woocommerce input.button.alt:active,
body .woocommerce input.button.alt:hover {
	background: #A6B24A;
	color: #024D2E;
	border: 2px solid #A6B24A;
}

.woocommerce textarea,
.woocommerce select,
.woocommerce input[type="text"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"] {
	border: 1px solid #aaa;
  border-radius: 4px;
	padding: 4px 8px;
	font-weight: 400;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 1em;
}

#ship-to-different-address {
	font-size: 1.23em;
	border-bottom: 2px solid #A6B24A;
	font-weight: 400;
}

/* 404
--------------------------------------------- */

.four-oh {
	position: relative;
	padding-top: 4em;
	margin-top: -4em;
}

.four-oh:before {
	content: '';
	position: absolute;
}

.four-oh:before {
	top: 0;
	left: 0;
	width: 18.65em;
  height: 25.9em;
	z-index: 0;
	background: url(img/icons-left.png) left center/contain no-repeat;
}

@media screen and (min-width: 60em) {
	.four-oh {
		padding-top: 7em;
		margin-top: -7em;
	}
}

@media screen and (min-width: 90em) {
	.four-oh {
		padding-top: 12em;
		margin-top: -12em;
	}
}


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

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

/*--------------------------------------------------------------
# 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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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;
}
.playbtn{
animation: pulse 5s infinite;
cursor:pointer;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
  0% {
    transform: scale(1);
  }
}
img.plyvid.playbtn {
    margin-left: 40px;
}


@media (min-width: 320px) and (max-width: 480px) {
.third {
    display: flex;
    justify-content: center;
}
  img.plyvid.playbtn {
    width: 90px;
    margin-left: 0px;
margin-bottom:50px;
}
}