@charset "UTF-8";

/*
Theme Name: Ace Natural 2019
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
} */

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

html,
body {
  height: 100%;
  margin: 0;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

.content .entry blockquote p {
  line-height: 150%;
  font-style: italic;
  font-size: 28px;
  font-weight: 300;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html {
  color: #080808;
  font-size: 1em;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html,
body {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
  overflow-x: hidden;
  font-family: proxima-nova, sans-serif;
}

a {
  color: #27ae60;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.entry a:hover {
  color: #080808;
}

p a:hover {
  color: #27ae60;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 110%;
  margin: 0 auto;
}

h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 110%;
  margin: 0 auto 0.5em auto;
}

h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 110%;
  margin: 0 auto 1em auto;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 110%;
  margin: 0 auto 1.5em auto;
}

h5 {
  color: #212529;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 100%;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  margin: 0 auto 1em auto;
  line-height: 140%;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

.btn {
  display: inline-block;
}

.wp-block-button__link,
.btn a {
  background: #27ae60;
  border: 2px solid #27ae60;
  border-radius: 2em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 11px 34px 10px 34px;
  text-transform: uppercase;
  white-space: nowrap;
}

.wp-block-button.aligncenter {
  display: block;
}

.wp-block-button__link {
  border: 2px solid transparent;
  margin: 0 auto 4em auto;
}

.wp-block-button.big a {
  font-size: 18px;
}

.page-template-template-filter .btn a:hover,
.search .btn a:hover,
.tax-product_cat .btn a:hover,
.entry .wp-block-button__link:hover,
.btn a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #27ae60;
}

.tax-product_cat .btn a:hover,
.entry .wp-block-button__link:hover {
  border: 2px solid #27ae60;
}

.col-cont {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.col {
  float: left;
  display: inline-block;
  position: relative;
}

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

.col-2 {
  width: 48%;
}

.col-3 {
  width: 33%;
}

.col-4 {
  width: 25%;
}

.col-6 {
  width: 16.66%;
  width: calc(100%/6);
}

.wrapper {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}

.wrapper.oc {
  max-width: 720px;
}
.wrapper.co .gform_wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.page-template-template-forms .wrapper.co label,
.page-template-template-forms  .wrapper.co .ginput_container {
  width: 100%;
}
.page-template-template-forms .wrapper.co .gform_footer {
  margin: 2em auto 3em auto;
  text-align: center;
}
.page-template-template-forms .wrapper.co fieldset .buttons, .page-template-template-forms .wrapper.co .gform_footer .button, .page-template-template-forms .wrapper.co .gform_page_footer .button {
  float: none;
  margin: 0 auto;
}

.wrapper.oc img {
  margin: 0 auto 2em auto;
}

.site-header {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 3% 0 3%;
  -webkit-transition: top 0.1s ease-in-out;
  -o-transition: top 0.1s ease-in-out;
  transition: top 0.1s ease-in-out;
  width: 100%;
  z-index: 100;
}

.site-header .bar {
  margin: 0 auto;
  width: 100%;
}

.site-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}

.site-header .logo img ,
.site-header .logo svg {
  max-width: 150px;
  height: auto;
}

.page-template-template-slideshow .site-header .logo svg path,
.home .site-header .logo svg path {
  fill:#27ae60;
}

.site-header nav {
  position: absolute;
  top: 32px;
  right: 0;
  text-align: right;
  width: calc(100% - 150px);
}

.site-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header nav ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px 0 0;
}

.site-header nav ul li a {
  color: #fff;
  display: block;
  margin: 0 0 0;
  display: block;
  padding: 12px 0;
  position: relative;
}

.sldshw.site-header #nav ul li a {
  color: #080808;
}

.site-header nav ul li a:hover {}

.site-header nav ul li.btn a {
  background: none;
  border: 2px solid #fff;
  letter-spacing: 0;
  padding: 12px 24px 10px 24px;
}

.site-header nav ul li.btn a:hover ,
.site-header #nav ul li.btn a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #27ae60;
}

.sldshw.site-header #nav ul li.btn a {
  background: none;
  border: 2px solid #27ae60;
  color: #27ae60;
  letter-spacing: 0;
  padding: 12px 24px 10px 24px;
}

.sldshw.site-header #nav ul li.btn a:hover {
  background: #27ae60;
  border: 2px solid #27ae60;
  color: #fff;
}

ul.menu li {
  position: relative;
}

ul.menu>li {
  display: inline-block;
}

ul.menu ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  left: -99999em;
}

ul.menu>li:hover>ul {
  left: auto;
  min-width: 100%;
}

ul.menu>li li:hover>ul {
  left: 100%;
  top: -1px;
}

ul.menu li a:first-child:nth-last-child(2):after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  top: 17px;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

ul.menu>li:hover>a:first-child:nth-last-child(2):after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#nav>a {
  display: none;
}

#nav li {
  position: relative;
}

#nav li a {
  color: #fff;
  display: block;
}

/* second level */
#nav li ul {
  display: none;
  padding: 8px 0;
  position: absolute;
  top: calc(100%);
}

#nav li:hover ul {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: left;
}

#nav li:hover ul:after {
  bottom: 100%;
  left: 1.5em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

#nav li:not( :first-child):hover ul {
  left: -16px;
}

#nav li li {
  display: block;
}

#nav li ul a {
  color: #080808;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  white-space: nowrap;
}

#nav li ul li a:hover,
#nav li ul:not( :hover) li.active a {
  color: #27ae60;
}

#menyAvPaa {
  display: none;
}

#menyAvPaa:checked~#nav {
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  overflow: auto;
  right: 0;
  transition: 0.5s;
  transition-property: right;
}

#burger {
  position: absolute;
  cursor: pointer;
  width: 2rem;
  height: 1.5rem;
  right: 1rem;
  top: 2.25rem;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  z-index: 100;
}

#burger>div {
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
  z-index: 999;
}

.page-template-template-slideshow #burger>div ,
.home #burger>div {
  background-color: #080808;
}

#menyAvPaa:checked~#burger {
  right: 2rem;
  top: 2.75rem;
  position: fixed;
}

#menyAvPaa:checked~#burger>div {
  background-color: #080808;
}

#menyAvPaa:checked~#burger>div:nth-child(1) {
  height: 3px;
  transform: translateY(9px) rotate(45deg) scale(1.1);
}

#menyAvPaa:checked~#burger>div:nth-child(2) {
  opacity: 0;
  height: 30px;
}

#menyAvPaa:checked~#burger>div:nth-child(3) {
  height: 3px;
  transform: translateY(-13px) rotate(-45deg) scale(1.1);
}

.slider__navi {
  display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999;
}

.slider__navi a {
	display: block;
	height: 6px;
	width: 20px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: rgba(0,0,0,0.2);
}

.slider__navi a.active {
	background: rgba(255,255,255,1);
}

.flex__container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	height: 100vh;
	width: 100%;
	z-index: 1;
}
.flex__container.flex--active {
	z-index: 2;
}

.text--sub {
	font-size: 12px;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.text--big {
	font-size: 4.5em;
	font-weight: 700;
	line-height:100%;
  margin:0 0 0.25em 0;
  max-width: 65%;
}

.slider__warpper .btn a {
  background: none;
border: 2px solid #fff;
letter-spacing: 0;
padding: 12px 24px 10px 24px;
}

.slider__warpper .btn a:hover {
background: #fff;
border: 2px solid #fff;
color: #27ae60;
}

#fullpage .btn a ,
.home .slider__warpper .btn a {
	background:#fff;
border: 2px solid #27ae60;
color:  #27ae60;
}

#fullpage  .btn a:hover ,
.home .slider__warpper .btn a:hover {
background: #27ae60;
border: 2px solid #27ae60;
color: #fff;
}

.flex__item {
	height: 100vh;
	color: #000;
	transition: transform 0.3s linear;
}

.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 100%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}

.flex__item--right {
	width: 35%;
	transform-origin: right center;
	transition: transform 0.1s linear 0s;
	opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
	opacity: 1;
}

/* .flex--1 .flex__item--left {
	background: #00A5FF;
  background: linear-gradient(to right, #00A5FF, #00A5FF, #00A5FF, #00A5FF);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
  -moz-animation: HeroBG 20s ease infinite;
  -o-animation: HeroBG 20s ease infinite;
  animation: HeroBG 20s ease infinite;
}

.flex--2 .flex__item--left {
	background: #39D3AF;
  background: linear-gradient(to right, #39D3AF, #4DBF7E, #39D3AF, #4DBF7E);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
  -moz-animation: HeroBG 20s ease infinite;
  -o-animation: HeroBG 20s ease infinite;
  animation: HeroBG 20s ease infinite;
}

.flex--3 .flex__item--left {
	background: #FFD400;
  background: linear-gradient(to right, #FFD400, #FFB523, #FFD400, #FFB523);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
  -moz-animation: HeroBG 20s ease infinite;
  -o-animation: HeroBG 20s ease infinite;
  animation: HeroBG 20s ease infinite;
}

.flex--4 .flex__item--left {
	background: #FF7F50;
  background: linear-gradient(to right, #FF7F50, #FF996E, #FF7F50, #FF996E);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
  -moz-animation: HeroBG 20s ease infinite;
  -o-animation: HeroBG 20s ease infinite;
  animation: HeroBG 20s ease infinite;
}

.flex--5 .flex__item--left {
	background: #cd84f1;
  background: linear-gradient(to right, #cd84f1, #CB9BFF, #cd84f1, #CB9BFF);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
  -moz-animation: HeroBG 20s ease infinite;
  -o-animation: HeroBG 20s ease infinite;
  animation: HeroBG 20s ease infinite;
}

.flex--6 .flex__item--left {
	background: #FFB523;
  background: linear-gradient(to right, #FFB523, #FFC541, #FFB523, #FFC541);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
  -moz-animation: HeroBG 20s ease infinite;
  -o-animation: HeroBG 20s ease infinite;
  animation: HeroBG 20s ease infinite;
} */
/* .flex--1 .flex__item--right {
	background: #4DBF7E;
}
.flex--2 .flex__item--right {
	background: #00A5FF;
}
.flex--3 .flex__item--right {
	background: #FFDD06;
}
.flex--4 .flex__item--right {
	background: #FF996E;
}
.flex--5 .flex__item--right {
	background: #CB9BFF;
}
.flex--6 .flex__item--right {
	background: #FFC541;
} */

.flex__content {
	margin-left: 80px;
	width: 75%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.slideshow__img {
	position: absolute;
	bottom: 0vh;
	right: 0%;
	height: 100vh;
  width: 45%;
	opacity: 1;
	transform: translate3d(0,0,0);
  text-align: right;
	transition: opacity 0.43s 0.5s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}
.slideshow__img img {
  max-width: 100%;
  height: auto;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
}

.flex--1 .slideshow__img img,
.flex--5 .slideshow__img img {
  top: auto;
  bottom: 0;
  transform: none;
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}

.flex__container.animate--start .slideshow__img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
	transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
	transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
	transform: translate3d(0,200%,0);
	opacity: 0;
}

.flex__container.animate--end .slideshow__img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}

.video {
	display:none;
  	height: 100vh;
	position:fixed;
	text-align:center;
	top:0;
	margin:0 auto;
	vertical-align:top;
	width:100%;
	z-index:999999999999999999998;
}
.cerrar_video {
	position:fixed;
	top:20px;
	right:20px;
	z-index:999999999999999999999;
	font-size:36px;
	color:#fff;
	display: inline-block;
	cursor:pointer;
	line-height:100%;
}
.intro_c {
  margin: 0 auto;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.intro {
  background: url(images/bg-intro.html) bottom center no-repeat;
  background: url(images/slideshow/6.html) bottom center no-repeat;
  background-size: cover;
  color: #fff;
  display: table;
  margin: 0 auto;
  height: 100vh;
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.intro.highlight {
  background: #27ae60;
  height: 75vh;
}

.intro.highlight.mb {
  background: #54ADDD;
  height: 360px;
}


.page-template-template-bm-orders table,
.page-template-template-bm-inventory table {
  border-spacing: 0;
  border-collapse: separate;
  width: auto;
}
.page-template-template-bm-orders table th,
.page-template-template-bm-orders table td,
.page-template-template-bm-inventory table th,
.page-template-template-bm-inventory table td {
  border-bottom: 1px solid #ddd;
  padding: 1em 0.5em;
  vertical-align: top;
  white-space: nowrap;
}
.page-template-template-bm-orders table th,
.page-template-template-bm-inventory table th {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
}
.page-template-template-bm-orders table tbody tr:nth-child(odd),
.page-template-template-bm-inventory table tbody tr:nth-child(odd) {
}
.cont_btn {
  margin: 2em auto;
  text-align: center;
  width: 100%;
}
.scrollable {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin:auto;
}
.scrollable.is-scrollable:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}
.scrollable > div {
  overflow: auto;
}
.scrollable > div ::-webkit-scrollbar {
  height: 12px;
}
.scrollable > div ::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
}
.scrollable > div ::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
.scrollable th:first-child,
.scrollable td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f6f6f6;
}
.scrollable th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.scrollable th:first-child {
  z-index: 5;
}

.intro.highlight.green {
  background: #27ae60;
  background: linear-gradient(to right, #27ae60, #16a085, #27ae60, #16a085);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
  -moz-animation: HeroBG 20s ease infinite;
  -o-animation: HeroBG 20s ease infinite;
  animation: HeroBG 20s ease infinite;
  height: 360px;
}

@-webkit-keyframes HeroBG {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 100% 0
  }

  100% {
    background-position: 0 0
  }
}

@-moz-keyframes HeroBG {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 100% 0
  }

  100% {
    background-position: 0 0
  }
}

@-o-keyframes HeroBG {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 100% 0
  }

  100% {
    background-position: 0 0
  }
}

@keyframes HeroBG {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 100% 0
  }

  100% {
    background-position: 0 0
  }
}

.intro.highlight.green.wc {
  height: 282px;
}

.intro.highlight.cat {
  background: #ccc;
  height: 360px;
}

.intro.highlight.cat {
  background: url(../../../../dev.zetenta.com/ace/wp-content/uploads/2019/01/bg_carry.jpg) center center !important;
  background-size: cover;
}

.intro.highlight.green.wc h4 a {
  color: #fff;
}

.intro.highlight.green.wc h4 a:hover {
  color: #fff;
  text-decoration: underline;
}

.single-product:before {
  background: #27ae60;
  height: 282px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.intro.highlight.green .content {
  padding: 4em 0 0 0;
}
.single-post .entry .share {
    text-align: center;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.single-post .entry .share-txt {
    display: inline-block;
    vertical-align: middle;
}
.single-post .entry  .rndd {
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: middle;
}
.single-post .entry .rndd a {
    background: #212529;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
}
.single-post .entry .rndd.facebook a {
    background: #3B5998;
}
.single-post .entry  .rndd.twitter a {
    background: #1DA1F2;
}
.single-post .entry .rndd.facebook a img,
.single-post .entry .rndd.twitter a img {
    filter: invert(1);
}
.single-post .entry .rndd.email a img,
.single-post .entry .rndd.facebook a img,
.single-post .entry .rndd.twitter a img {
    width: auto;
    max-height: 16px;
    stroke: #fff;
    fill: #fff;
    margin: 0 1px 1px 0;
}
.single-post .entry .tag,
.intro.highlight .tag {
  display: inline-block;
  margin: 0.5em 0.25em 0 0.25em;
}

.single-post .entry .tag {
  margin: 2em auto;
}

.intro.highlight .tag li ,
.single-post .entry .tag li {
  display: inline-block;
}
.single-post .entry .tag li {
  margin: 0;
}

.intro.highlight .tag li.current-cat a {
  background: #fff;
  color: #27ae60;
  cursor: default;
}

.single-post .entry ul li:before {
  display: none;
}

.single-post .entry .tag a,
.intro.highlight .tag a{
  background: none;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-align: center;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-size: 14px;
}

.intro.highlight .tag a {
  margin: 0 .5em 1em .5em;
}

.single-post .entry .tag a {
  background: #fff;
  border: 1px solid #27ae60;
  color: #27ae60;
}

  .intro.highlight .tag a.is_checked,
  .intro.highlight .tag a:hover {
  background: #fff;
  color: #27ae60;
}

.single-post .entry a:hover {
  background: #27ae60;
  color: #fff;
}

.intro.highlight h1 {
  margin: 0 auto 0.25em auto;
}

.intro.highlight h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 auto 1em auto;
  text-transform: uppercase;
}

.intro.highlight h4 a {
  color: #fff;
}

.intro.highlight h4 a:hover {
  text-decoration: underline;
}

.entry {
  margin: 4em auto;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.single-post .entry {
  text-align: center;
}
.single-post .entry h5 {
  position: relative;
  margin: 0 auto 3em auto;
  padding: 0 0 1em 0;
}
.single-post .entry h5:before {
    content: "";
    height: 4px;
    position: absolute;
    bottom: 0;
    margin: 0 0 0 -25px;
    left: 50%;
    width: 50px;
    background: #27ae60;
}
.items .col-3 {
  width: 29%;
  margin: 0 2% 4% 2%;
}

.items .col-3 h3 {
  font-size: 24px;
  margin: 0 0 0 0;
  padding: 1em 0 0 0;
  position: relative;
}

.items .col-3 a img {
  width: 100%;
  height: auto;
}
.single-promotions .entry h2 {
  font-size: 32px;
    font-weight: bold;
    line-height: 110%;
    margin:  1em auto;
}
.page-template-template-promotions .items .col-3 h3:before {
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    background: #27ae60;
}

.items .col:nth-child(3n+1) {
  clear: left
}

.items .col-3 img {
  max-width: 100%;
  height: auto;
}

.page-template-template-filter .entry,
.search .entry,
.tax-product_cat .entry,
.single-product .entry {
  text-align: center;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.entry h2 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 auto 0 auto;
  padding: 0 4%;
  text-align: center;
}

.entry h4 {
  padding: 0 0 1.25em 0;
  position: relative;
}

.entry h4:after {
  content: url(icons/strikethrough01.html);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  width: 100%;
}

.entry ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry ol {
  margin: 0;
  padding: 1em 0 0 2em;
  list-style: decimal;
}

.entry li,
.entry p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1em 0;
}

.entry ul li {
  padding: 0 0 0 1em;
  position: relative;
}

.entry ul li:before {
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #27ae60;
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0.5em;
}
.term-produce table {
  margin: 0 auto 2em auto;
  width: 100%;
}
.term-produce th {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding: 1em 0.5em;
}
.term-produce td {
  border-bottom: 1px solid #ddd;
  padding: 1em 0.5em;
}
.woocommerce .entry ul li:before {
  display: none;
}

.entry>.wp-block-columns:first-of-type {
  margin: 4em auto 0 auto;
}

.entry>.wp-block-columns {
  display: flex;
  margin: 1em auto 0 auto;
}

.entry>.wp-block-columns.watermelon {
  background: url(../assets/img/bg-watercolor.html) center center no-repeat;
  background-size: 100% 100%;
  padding: 1.5em 0 0em 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.page-id-9518 .entry>.wp-block-columns,
.page-id-9595 .entry>.wp-block-columns,
.page-id-3448 .entry>.wp-block-columns,
.page-id-3548 .entry>.wp-block-columns {
  margin: 3em auto 2em auto;
}

.page-id-9518 .wrapper.oc .entry>.wp-block-columns img,
.page-id-9595 .wrapper.oc .entry>.wp-block-columns img,
.page-id-3448 .wrapper.oc .entry>.wp-block-columns img,
.page-id-3548 .wrapper.oc .entry>.wp-block-columns img {
  margin: 0;
}

.wp-block-column svg {
  border: 2px solid white;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em auto;
  padding: 1em;
  width: 100px;
  height: 100px;
  fill: white;
}

.page-id-9518 .entry>.wp-block-columns p,
.page-id-9595 .entry>.wp-block-columns p,
.page-id-3548 .entry>.wp-block-columns p,
.page-id-3448 .entry>.wp-block-columns p {
  font-size: 16px;
  line-height: 1.4;
}

.page-id-9518 .entry>.wp-block-columns .fa-stack ,
.page-id-9595 .entry>.wp-block-columns .fa-stack {
  color: #f1c40f;
  display: block;
  margin: 0 auto 10px auto;
}

.page-id-115 .wp-block-column h2:before {
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 0%;
  width: 50px;
  background: #27ae60;
}

.page-id-115 .wp-block-column h2 {
  padding: 1em 0 0 0;
  text-align: left;
  position: relative;
}

.wp-block-media-text {
  margin: 4em auto 0 auto;
}

.wp-block-embed {
  margin: 4em auto 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 2em 8% 0 8%;
  position: relative;
}

.wp-block-media-text__content:before {
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 8%;
  width: 50px;
  background: #27ae60;
}

.wp-block-separator {
  border: 0;
  border-bottom: 4px solid #27ae60;
  margin: 3em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.single-product .txt {
  margin: 2em auto;
}

.single-product .txt p {
  color: #777;
  font-size: 16px;
  line-height: 1.4;
}

.single-product .disclaimer {
  color: #888;
  font-size: 11px;
  line-height:1.2;
  padding:1em;
  text-transform:uppercase;
}

.box-wrapper {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  max-width: 720px;
  box-shadow: 0 19px 48px rgba(0, 0, 0, 0.1), 0 15px 32px rgba(0, 0, 0, 0.05);
  padding: 0;
  text-align: center;
  margin: -190px auto 0 auto;
  z-index: 10;
  position: relative;
}

.avatar {
  height: 180px;
  width: 180px;
  margin: 1em auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.avatar.empty {
  background: #27ae60;
  position: relative;
}

.avatar img {
  width: auto!important;
   max-width: 180px!important;
   height: auto!important;
   z-index: 1!important;
   position: absolute!important;
   top:50%!important;
   left:50%!important;
   transform: translate(-50%,-50%)!important;
}
.avatar img.l {
   height: 100%;
   max-height: 180px;
   max-width: 100%;
   width: auto;
}

.avatar:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px inset rgba(0,0,0,0.1);
  z-index: 2;
}

.avatar.empty:after {
  content: url(icons/field.html);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.;
  transform: scale(0.4) translate(-76%, -79%);
  opacity: 0.2;
  text-align: center;
}

.pagination {
  clear: both;
  position: relative;
  font-size: 11px;
  /* Pagination text size */
  line-height: 13px;
  float: right;
  /* Pagination float direction */
}

.pagination span,
.pagination a {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block;
}

.pagination a:hover {
  color: #fff;
  background: #6AAC70;
  /* Pagination background on hover */
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #6AAC70;
  /* Current page background */
  color: #fff;
}

.box-wrapper .col-2 {
  float: none;
  display: inline-block;
  width: 66%;
  vertical-align: middle;
  text-align: left;
  padding: 2em 1em 1em 1em;
}

.box-wrapper .col-2:first-child {
  width: 33%;
}

.box-wrapper .col-2 h1 {
  font-size: 45px;
  margin: 0 auto 0.35em auto;
  line-height: 1.1;
}

.box-wrapper .posted_in {
  line-height: 1.1;
  font-size: 18px;
  margin: 0.5em auto 1em auto;
  width: 100%;
}

.box-wrapper .seal {
  display: inline-block;
  margin: 0 6px 0 0;
}

.box-wrapper .seal a {
  border: 2px solid #27ae60;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px 0 0 0;
  font-size: 18px;
  color: #27ae60;
  transition: none;
}

.box-wrapper .seal a:hover {
  border: 2px solid #080808;
  color: #080808;
  transition: none;
}

[tooltip] {
  position: relative;
  /* opinion 1 */
}

[tooltip]:before,
[tooltip]:after {
  text-transform: none;
  /* opinion 2 */
  font-size: .9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]:before {
  content: '';
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]:after {
  content: attr(tooltip);
  /* magic! */
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

a:hover [tooltip]::before,
a:hover [tooltip]::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

[tooltip]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip]::after {
  top: calc(100% + 5px);
}

[tooltip]::before,
[tooltip]::after {
  left: 50%;
  transform: translate(-50%, 1em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0.5em);
  }
}

a:hover [tooltip]::before,
a:hover [tooltip]::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #27ae60;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: #080808;
}

.woocommerce .woocommerce-breadcrumb {
  color: #080808;
  font-size: 14px;
  width: 100%;
}

.woocommerce div.product div.summary {
  margin: 0 auto 3em auto;
}

.woocommerce nav.woocommerce-pagination {
  margin: 0 auto 2em auto;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  min-width: 30px;
}

.select2-container {
  margin: 0 auto;
  max-width: 300px;
}

.woocommerce .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
}

.woocommerce .select2-container .select2-selection--single {
  margin: 0 auto;
  height: auto;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #777;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #080808;
  line-height: 42px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #777 transparent transparent transparent;
  border-width: 8px 6px 0 8px;
  margin-left: -16px;
  margin-top: 5px;
}

.woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #777 transparent;
  border-width: 0 6px 8px 6px;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  text-transform: uppercase;
  font-weight: bold;
}

.select2-results__option[aria-selected]::first-letter,
.select2-results__option[data-selected]::first-letter {
  text-transform: uppercase;
}

.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #27ae60;
}

.box-wrapper .col-3 {
  background: #fafaf5;
  border-top: 1px solid #f0f0f0;
  font-size: 18px;
  padding: 1em 0;
  float: left;
  width: calc(100%/3);
}

.box-wrapper .col-3:first-child {
  border-right: 1px solid #f0f0f0;
}

.box-wrapper .col-3:last-child {
  border-left: 1px solid #f0f0f0;
}

.box-wrapper .col-3 span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0.25em auto 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.box-content {
  position: relative;
  z-index: 1;
}

.gutter-shape:nth-child(1) {
  animation-delay: 3s;
  animation: gutter-shape 6s infinite alternate linear;
}

.gutter-shape {
  transition: opacity 1.2s cubic-bezier(.785, .135, .15, .86);
  transition-delay: 1s;
  position: absolute;
  width: 1.05833rem;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

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

@keyframes gutter-shape {
  0% {
    transform: translate(0, 0)
  }

  65% {
    transform: translate(0, 20%)
  }

  100% {
    transform: translate(0, 0)
  }
}

.gutter-shape {
  transition: opacity 1.2s cubic-bezier(.785, .135, .15, .86);
  transition-delay: 1s;
  position: fixed;
  width: 12em;
  top: 0;
  left: auto;
  right: -1em;
  z-index: -1;
  opacity: 0.08;
}

.gutter-shape:nth-child(1) {
  animation-delay: 7s;
  animation: gutter-shape 20s infinite alternate linear;
}

.gutter-shape:nth-child(2) {
  animation-delay: 0s;
  animation: gutter-shape 30s infinite alternate linear;
  right: auto;
  left: -6em;
  top: auto;
  bottom: 10%;
  width: 20em;
}

.image-map {
  margin: 4em auto 0 auto;
  text-align: center;
}

.image-map img {
  height: auto;
  margin: 0 auto 2em auto;
  max-width: 100%;
}

.entry .aligncenter {
  margin: 0 auto;
  text-align: center;
}

.entry .aligncenter p {
  margin: 0 auto;
  text-align: center;
}

.more {
  border-top: 1px solid rgba(0, 0, 0, .05);
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 4em auto;
  padding: 1em 0;
  width: 100%;
}

.more a {
  color: #27ae60;
}

.more a:hover {
  color: #080808;
}

.more .back {
  float: left;
  text-align: left;
  width: 48%;
}

.more .next {
  float: right;
  text-align: right;
  width: 48%;
}

.more .next a {}

.more .next:after {
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #080808;
  content: '\f054';
  vertical-align: middle;
  margin: 0 0 0 6px;
}

.more .back:before {
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #080808;
  content: '\f053';
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.intro .content {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 11;
}

.intro.highlight .content {
  padding: 2em 0 0 0;
}

.intro .over {
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.25;
  z-index: 4;
}

.intro h1 {
  margin: 1em auto 0 auto;
}

.intro .btn {
  margin: 2em auto 3em auto;
}

.intro .btn a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #27ae60;
}

.intro .play p {
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
}

.intro .play a {
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.5em;
  height: 58px;
  margin: 0 auto 0.33em auto;
  padding: 0.45em 0 0 0.25em;
  text-align: center;
  text-decoration: none;
  transition: none;
  width: 58px;
}

.intro .play a:hover {
  background: #fff;
  color: #27ae60;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1);
  z-index: 12;
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}
.home .scroll-down {
  border: 2px solid #080808;
}

.home .scroll-down:before {
  border: 2px solid #080808;
  border-width: 0px 0 2px 2px;
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.list {
  margin: 4em auto;
  text-align: center;
}

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

.filter .input {
  margin: 1em auto 2em auto;
}

.filter .control {
  position: relative;
  display: block;
  padding-left: 26px;
  cursor: pointer;
  margin: 0 1em 0 0;
}

.filter .col {
  float: none;
  display: inline-block;
}

#searchform {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  padding: 0 0 0 0;
}

#s {
  background: #fff;
  color: #080808;
  padding: 1em;
  border-radius: 50%;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border: 0 none;
  float: left;
  width: calc(100% - 60px);
  margin: 0 auto 1.5em auto;
  font-size: 18px;
}

#searchsubmit {
  background: #27ae60;
  color: #fff;
  cursor: pointer;
  padding: 1em 0;
  border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  border: 0 none;
  width: 60px;
  font-size: 18px;
  float: left;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
}

/* Hover and focus states */
.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #efefef;
}

/* Checked state */
.control input:checked~.control__indicator {
  background: #27ae60;
  color: #fff;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #27ae60;
  color: #fff;
}

/* Disabled state */
.control input:disabled~.control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked~.control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 4px 4px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.woocommerce-info {
  border: 0;
  text-align: center;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}

.woocommerce ul.products {
  list-style: none;
  margin: 3em auto 2em auto;
  width: 100%;
}

.woocommerce ul.products li.product a img {
  display: block;
}

.woocommerce ul.products li.product-category a img {
  display: none;
}

.woocommerce ul.products li {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  min-height: 74px;
}

.woocommerce ul.products h2::first-letter {
  text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  font-size: 18px;
  padding: 1em 0;
  line-height: 1.1;
  text-align: left;
}

.woocommerce-page ul.products li.product {
  padding: 0;
}

.woocommerce-page ul.products li.type-product {
  padding: 1em 0;
  min-height: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 0;
  text-align: center;
}

.woocommerce ul.products li.product .brand {
  display: block;
  text-align: center;
  margin: 6px auto 0 auto;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.woocommerce ul.products li h2 {
  margin: 0;
}

.woocommerce ul.products li a:hover {
  color: #080808;
}

.responsibility {
  background: #fafaf5;
  margin: 0 auto;
  padding: 4em 0 4em 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.responsibility .badge {
  height: 86px;
  width: 86px;
  opacity: 0;
  position: absolute;
  z-index: 99;
  transform: scale(0);
  transition-property: all;
}

.responsibility .badge.hc {
  background: url(images/bg-logos.html) -172px 0 no-repeat;
  top: 30px;
  left: 80px;
}

.responsibility .badge.hp {
  background: url(images/bg-logos.html) -86px 0 no-repeat;
  top: 30px;
  right: 80px;
}

.responsibility .badge.ha {
  background: url(images/bg-logos.html) 0 0 no-repeat;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -43px;
}

.responsibility.c1 .badge.hp {
  opacity: 1;
  transform: scale(1);
}

.responsibility.c2 .badge.ha {
  opacity: 1;
  transform: scale(1);
}

.responsibility.c3 .badge.hc {
  opacity: 1;
  transform: scale(1);
}

.responsibility.c1 .badge.hp:hover,
.responsibility.c2 .badge.ha:hover,
.responsibility.c3 .badge.hc:hover {
  transform: scale(1.25);
}

.responsibility .col-2:last-child {
  text-align: left;
  padding: 70px 0 0 0;
}

.forms {
  background: url(images/bg-forms.html) center center no-repeat;
  margin: 0 auto;
  padding: 4em 0 5em 0;
  position: relative;
  text-align: center;
  width: 100%;
}

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

.b_products .btn a:hover,
.responsibility .btn a:hover,
.forms .btn a:hover,
.single-product .btn a:hover {
  background: none;
  border: 2px solid #27ae60;
  color: #27ae60;
}

.forms .c h2 {
  margin: 0 0 0.33em 0;
}

.responsibility p,
.forms .c p {
  margin: 0 0 1.5em 0;
}

.forms .cl {
  float: left;
  margin: 0 0 9em 0;
  text-align: left;
  width: 42%;
  opacity: 0;
}

.forms.on .cl {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.forms .cr {
  float: right;
  margin: 0 0 0 60%;
  text-align: left;
  width: 40%;
  opacity: 0;
}

.forms.on .cr {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 1s;
}

.block {
  background: #080808;
  margin: 0 auto;
  padding: 5em 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.block a {
  color: #fff;
}

.block h2,
.block h3,
.block h4 {
  color: #fff;
}

.block h4 {
  max-width: 767px;
}

.block.b_products {
  background: #fff;
  /*	background:url(images/bg-products.jpg) center center no-repeat;
	background:url(images/bg-watercolor.png) center center no-repeat;
*/
  background-size: cover;
}

.block.b_products .col-cont {
  background: url(bg-watercolor.png) center center no-repeat;
  background-size: contain;
  padding: 1.5em 0 3em 0;
}

.block.b_products h2,
.block.b_products h4 {
  color: #080808;
}

.block.b_products h4 {
  margin: 0 auto 0.5em auto;
}

.block.b_products .col-cont {
  margin: 0 auto 0 auto;
}

.block.b_products .col-6 {
  text-align: center;
}

.block.b_products .col-6 img {
  margin: 0 auto;
}

.block.b_products .col-6 span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  display: block;
  transform: translateY(16px);
  text-transform: uppercase;
}

.block.b_products .col-6:hover span {
  opacity: 1;
  transform: translateY(10px);
}

.para-container {
  height: 360px !important;
  overflow: hidden;
  z-index: 1;
}

.para-block {
  background-size: cover;
  width: 100%;
  background-position: center bottom;
  transition: initial;
}

.block.b_blog {
  background: url(images/bg-blog.html) center center no-repeat;
  background-size: cover;
}

.block.b_blog h2 {
  margin: 0 auto 0.5em auto;
}

.block.b_blog h2,
.block.b_blog h4,
.block.b_blog .btn {
  opacity: 0;
  transition: all;
}

.block.b_blog.on h2 {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.block.b_blog.on h4 {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.block.b_blog.on .btn {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.intro:before,
.para-block:before,
.block:before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.intro.highlight:before {
  background: rgba(0, 0, 0, 0.4);
}

.intro.highlight.cat:before {
  /*background:rgba(0,0,0,0.6);*/
}

.intro.highlight.green:before,
.intro.highlight.wc:before,
.block.b_products:before {
  display: none;
}

.block.b_blog .post_list {
  margin: 2.5em auto 3em auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .block.b_blog .post_list {
    flex-direction: row;
  }
}

.block.b_blog .post_item h3:after,
.block.b_blog .post_item h3 {
  font-size: 24px;
  display: block;
  margin: 0;
  position: relative;
}

.block.b_blog .post_item h5 {
  color: #fff;
  margin: 2.5em 0 0 0;
  position: relative;
}

.block.b_blog .post_item h3:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100px;
  background: #fff;
}

.block.b_blog .post_item {
  display: inline-block;
  margin: 0 2%;
  width: 28%;
  border: 2px solid #fff;
  padding: 2em 1em;
  opacity: 0;
}

.block.b_blog .post_item a {
  display: block;
  text-align: left;
  color: #fff;
}

.block.b_blog.on .post_item {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.block.b_blog.on .post_item:nth-child(1) {
  animation-delay: 0;
}

.block.b_blog.on .post_item:nth-child(2) {
  animation-delay: 0.2s;
}

.block.b_blog.on .post_item:nth-child(3) {
  animation-delay: 0.4s;
}

.block.b_blog .post_item:hover {
  background: #fff;
}

.block.b_blog .post_item:hover h3,
.block.b_blog .post_item:hover h5 {
  color: #27ae60;
}

.block.b_blog .post_item:hover h3:after {
  background: #27ae60;
}

.block.b_blog .post_item h5:before {
  content: "\f061";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
  opacity: 0;
  top: 0;
  position: absolute;
  transform: translateX(-16px);
}

.block.b_blog .post_item:hover h5:before {
  opacity: 1;
}

.block.b_blog .post_item:hover h5 {
  padding: 0 0 0 1em;
}

.block.b_blog .post_item i {
  display: none;
}

.block.b_blog .post_item:hover i {
  display: inline-block;
}

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

.pie {
  height: 300px;
  width: 300px;
  position: relative;
  margin: 0 auto;
}

.pie::before {
  content: "Shared values";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 100%;
  font-size: 18px;
  padding: 56px 4% 0 4%;
  display: block;
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  background: #EEE;
  border-radius: 50%;
  top: 75px;
  left: 75px;
}

.slice {
  position: absolute;
  width: 300px;
  height: 300px;
  clip: rect(0px, 300px, 300px, 150px);
  animation: bake-pie 1s;
}

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  clip: rect(0px, 300px, 300px, 150px);
}

.legend {
  display: none;
}

.news {
  background: #f5f5f5;
  margin: 0 auto;
  padding: 3em 0 3em 0;
  text-align: center;
  width: 100%;
}

.news .wrapper {
  max-width: 767px;
}

.news input {
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 25px;
  font-size: 15px;
  padding: 12px 14px 12px 14px;
  width: 68%;
}

.news button[type="submit"] {
  background: #27ae60;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2em;
  border: 1px solid #27ae60;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 1%;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 11px 34px 10px 34px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 30%;
}

.news button:hover[type="submit"] {
  background: #fff;
  border: 1px solid #27ae60;
  color: #27ae60;
}

.news .btn a:hover {
  border: 1px solid #27ae60;
}

.cont_clock {
  width: 193px;
  height: 193px;
  margin: 0 auto 1em auto;
  position: relative;
}

.clock {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f0f1e9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 3px 0 rgba(255, 255, 255, 0.5), inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.2);
  /* background: linear-gradient(top, #f0f1e9, #f0f1e9 100%);*/
}

.clock::before {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #e9eae2, #f5f5ec 100%);
  background: -moz-linear-gradient(top, #e9eae2, #f5f5ec 100%);
  background: linear-gradient(top, #e9eae2, #f5f5ec 100%);
  z-index: 1
}

.clock.c1::after {
  content: '';
  width: 130px;
  margin: auto;
  height: 130px;
  border-radius: 50%;
  background-color: white;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(150deg, transparent 50%, #27ae60 50%),
    linear-gradient(90deg, #27ae60 50%, transparent 50%);
  opacity: 0.2;
  z-index: 2;
}

.clock.c2::after {
  content: '';
  width: 130px;
  margin: auto;
  height: 130px;
  border-radius: 50%;
  background-color: none;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(190deg, transparent 50%, #27ae60 50%), linear-gradient(45deg, #27ae60 50%, transparent 50%);
  opacity: 0.2;
  z-index: 2;
}

.clock.c3::after {
  content: '';
  width: 130px;
  margin: auto;
  height: 130px;
  border-radius: 50%;
  background-color: white;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(150deg, transparent 50%, #27ae60 50%),
    linear-gradient(15deg, #27ae60 50%, transparent 50%);
  opacity: 0.2;
  z-index: 2;
}

.numbers,
clockwise {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.numbers ul {
  list-style: none;
}

.numbers ul li {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.3em;
  color: #a5a595;
}

.numbers ul li:before {
  display: none;
}

.numbers ul li:first-child {
  top: 0;
  left: 50%;
  margin-left: -0.75em;
}

.numbers ul li:nth-child(2) {
  top: 50%;
  right: 0;
  margin-top: -0.75em;
}

.numbers ul li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin-left: -0.75em;
}

.numbers ul li:last-child {
  top: 50%;
  left: 0;
  margin-top: -0.75em;
}

.clockwise .center,
.support {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(center center, circle, #ffffff, #837874 97%, #b4b2aa 100%);
  background: -moz-radial-gradient(center center, circle, #ffffff, #837874 97%, #b4b2aa 100%);
  background: -webkit-radial-gradient(center center, circle, #ffffff, #837874 97%, #b4b2aa 100%);
  background-position: 50% -12px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.clockwise .center {
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -5px;
  z-index: 5;
}

.support {
  margin: auto;
  top: -260px;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4), 0 -1px 2px rgba(0, 0, 0, 0.3);
}

.support::before {
  content: '';
  width: 4px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: -1;
  transform: rotate(38deg);
  transform-origin: 50% 0%;
  top: 5px;
  left: 3px;
  background: linear-gradient(left, #f3f3f3, #fff);
  box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 0 4px rgba(0, 0, 0, 0.2);
}

.support::after {
  content: '';
  width: 4px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: -1;
  transform: rotate(-38deg);
  transform-origin: 50% 0%;
  top: 5px;
  left: 1px;
  background: linear-gradient(left, #f3f3f3, #fff);
  box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 0 4px rgba(0, 0, 0, 0.2);
}

[class*="hand-"] {
  border-radius: 100% 100% 5px 5px;
  box-shadow: 0 0 0.5em rgba(black, 0.2);
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 4;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.hand-second {
  width: 2px;
  top: 18px;
  height: 78px;
  background: #f16e54;
  transform-origin: 50% 100%;
  opacity: 0;
}

.hand-minute {
  width: 6px;
  top: 26px;
  margin-left: -3px;
  height: 78px;
  background: #68645b;
  transform-origin: 50% 80%;
}

.hand-hour {
  width: 6px;
  top: 52px;
  transform-origin: 50% 40px;
  margin-left: -3px;
  height: 50px;
  background: #68645b;
}

.site-footer {
  background: #fff url(images/bg-footer.html) center bottom no-repeat;
  background-size: contain;
  padding: 3em 0 18% 0;
  position: relative;
}
.site-footer .credits {
  position:absolute; bottom: 20px; text-align: center; width: 100%; font-size: 11px; color: #333; padding: 2px; left: 0; right: 0;
}
.site-footer .credits a:hover {
  text-decoration: underline;
}

.site-footer a {
  color: #080808;
}

.site-footer .col-4 h4 {
  font-size: 14px;
  margin: 2em auto 1em auto;
  text-align: center;
  text-transform: uppercase;
}

.site-footer .col-4 .btn {
  width: 100%;
}

.site-footer .col-4 .btn a {
  background: none;
  border: 1px solid #D7D7D7;
  border-radius: 24px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 1em 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.site-footer .col-4 .btn a:hover {
  background: #27ae60;
  border: 1px solid #27ae60;
  color: #fff;
}

.site-footer ul {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 14px 0 0px 0;
}

.site-footer ul ul {
  margin: 0;
  padding: 14px 0 0 0;
}

.site-footer ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

.site-footer ul li li {
  font-weight: 500;
  text-transform: none;
}

.site-footer ul li a {
  display: block;
}

.site-footer ul li a:hover {
  color: #27ae60;
}

.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.social li {
  display: inline-block;
  margin: 0;
}

.social li a {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #D7D7D7;
  height: 44px;
  font-size: 24px;
  margin: 0 2px;
  padding: 9px 7px 5px 7px;
  width: 44px;
  text-align: center;
}

.social li a:hover {
  border: 1px solid #27ae60;
  background: #27ae60;
}

.social li a i {
  transition: none;
}

.social li a:hover i {
  color: #fff;
}

.logo-list {
  text-align: center;
  margin: 2em auto 0 auto;
}

.logo-list ul {
  list-style: none;
  margin: 0px 0 0 0;
}

.logo-list ul li {
  display: inline-block;
  margin: 0 6px;
}

.logo-list ul li a {
  background-image: url(images/bg-logos.html);
  display: block;
  height: 86px;
  width: 86px;
}

.logo-list ul li:nth-child(2) a {
  background-position: -86px 0;
}

.logo-list ul li:nth-child(3) a {
  background-position: -172px 0;
}

.logo-list ul li:nth-child(4) a {
  background-position: -344px 0;
}

.logo-list ul li:nth-child(5) a {
  background-position: -430px 0;
}

.logo-list ul li:nth-child(6) a {
  background-position: -516px 0;
  width: 92px;
}

.logo-list ul li:nth-child(7) a {
  background-position: -258px 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.wpgmp_map_container:before,
.wpgmp_map_container:after {
  content: " ";
  display: table;
}
.wpgmp_map_container:after {
    clear: both;
}
.showonmob {
  display: none !important;
}

.showontab {
  display: none !important;
}

.hideonmob {
  display: block !important;
}

.hideontab {
  display: inline-block !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 1400px) {
  .text--big {
	font-size: 3.5em;
}
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .news h3 {
    font-size: 24px;
  }

  .block.b_blog .post_item h3:after,
  .block.b_blog .post_item h3 {
    font-size: 20px;
  }
  .flex__content {
      margin-left: 2em;

  }
  .text--big {
    font-size: 3.5em;
    line-height: 110%;
    max-width: 100%;
  }
  .slideshow__img {
    right: 15%;
  }
  .intro .content {
    padding: 0 3%;
  }

  .wrapper {
    padding: 0 3%;
  }

  #burger {
    display: flex;
  }

  #nav {
    background: none;
    width: 18rem;
    height: 100vh;
    position: fixed;
    right: -18rem;
    top: 0;
    z-index: 99;
    transition: none;
    padding: 3rem 2rem 4rem 2rem;
  }

  #nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #nav ul li {
    text-align: left;
    margin: 0;
    width: 100%;
  }

  #nav ul li.btn {
    border: none;
    margin: 2em auto 0 auto;
    text-align: center;
  }

  #nav ul li.btn a {
    background: none;
    border: 2px solid #27ae60;
    color: #080808;
    font-size: 16px;
  }

  #nav ul li.btn a:hover {
    background: #27ae60;
    color: #fff;
  }

  #nav li:hover ul {
    display: none;
  }

  ul.menu li a:first-child:nth-last-child(2):after {
    display: none;
  }

  #nav ul li a {
    border-bottom: 2px solid #ccc;
    color: #080808;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 0;
    text-decoration: none;
  }

  #nav ul li.active a,
  #nav ul li a:hover {
    color: #27ae60;
  }

  .responsibility .badge.hc {
    top: 40px;
    left: 10px;
  }

  .responsibility .badge.hp {
    top: 40px;
    right: 10px;
  }

  .gutter-shape {
    display: none;
  }

  .showonmob {
    display: block !important;
  }

  .showonmob.ontab {
    display: none !important;
  }

  .hideonmob.ontab {
    display: block !important;
  }

  .box-wrapper .seal {
    margin: 0 3px 8px 3px;
  }

  .box-wrapper .seal a {
    display: inline-block;
    border-width: 1px;
    border-radius: 6px;
    height: auto;
    width: auto;
    line-height: 1;
    padding: 0.5em 1em;
    font-size: 14px;
  }

  .box-wrapper .seal a span {
    display: none;
  }

  .box-wrapper .seal a span.showonmob {
    display: inline-block;
  }
}

@media only screen and (max-width:1024px) and (orientation: portrait) {
  .site-footer ul li {
    font-size: 13px;
  }

  .site-footer .col-4 .btn a {
    font-size: 13px;
  }

  .block.b_blog .post_item {
    vertical-align: top;
  }

  .block.b_blog .post_item a {
    min-height: 183px;
  }
}

@media only screen and (max-width:1024px) and (orientation: landscape) {
  .responsibility .badge.hc {
    left: 70px;
  }

  .responsibility .badge.hp {
    right: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product .intro.highlight.cat {
    height:300px;
  }
  .single-product .entry {
    margin: 0 auto 4em auto;
  }
  .single-product .avatar {
    margin: 0 auto;
  }
  .single-product .box-wrapper .col-2 {
    padding: 1em 1em 0 1em;
  }
  .single-product .box-wrapper .col-2 h1 {
    font-size: 24px;
    margin: 0 auto 0.75em auto;
  }
  .showonmob.ontab {
    display: block !important;
  }

  .hideonmob.ontab {
    display: none !important;
  }

  .wp-block-button__link {
    white-space: normal;
  }

  .intro ,
  .intro_c {
    height: 95vh;
  }
  .flex__item--left {
      width: 100%;
  }
  .flex__item--right {
    display: none;
  }
  .slideshow__img {
    display: none;
  }
  .flex__content {
    width: 100%;
    padding: 0 1em;
    margin: 0 auto;
    text-align: center;
  }
  .text--big {
    font-size: 2.5em;
    line-height: 100%;
    margin: 0 auto 0.5em auto;
}
  .intro.highlight p {
    font-size: 16px;
    line-height: 120%;
  }

  .filter .col-5 {
    margin: 0 0 1em 0;
  }

  h1 {
    font-size: 32px;
  }

  .responsibility .col-2 {
    margin: 0 auto;
    padding: 0 0 2em 0;
    overflow: hidden;
    width: 100%;
  }

  .responsibility .col-2:last-child {
    padding: 4em 0 0 0;
  }

  .b_products .col-6 {
    float: none;
    display: inline-block;
    margin: 0 1% 2em 1%;
    width: 30%;
    vertical-align: top;
  }

  .block.b_products .col-cont {
    background: url(images/bg-watercolor-mobile.html) center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 1em auto;
    padding: 2em 0px 3em 0;
  }

  .responsibility {
    padding: 4em 0 3em 0;
  }

  .responsibility .badge.ha {
    bottom: 0px;
  }

  .forms {
    background: none;
  }

  .forms img {
    margin: 2em auto 2em auto;
  }

  .forms .c {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .forms .cl {
    margin: 0 0 0 0;
  }

  .intro .content {
    padding: 0 2%;
  }

  .btn a {
    padding: 11px 20px 10px 20px;
  }

  .block.b_blog .post_item {
    margin: 0 auto 1em auto;
    width: 100%;
  }

  .site-footer .col-4 {
    text-align: center;
    width: 100%;
  }

  .site-footer .col-4:last-child {
    margin: 1em auto 0 auto;
  }

  .logo-list ul li {
    margin: 0 6px 12px 6px;
  }

  .block.b_products .col-6 span {
    opacity: 1;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0 auto;
  }

  .woocommerce ul.products li {
    min-height: 0;
  }

  .box-wrapper .col-2:first-child,
  .box-wrapper .col-2:last-child {
    width: 100%;
    text-align: center;
  }

  .box-wrapper .col-2:first-child {
    padding: 1em 0 0 0;
  }

  .box-wrapper .col-3 {
    font-size: 16px;
  }

  .box-wrapper .col-3 span {
    font-size: 11px;
  }

  .news button[type="submit"] {
    width: auto;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

.responsibility .badge.hc {
    top: 40px;
    left: 0px;
  }

  .responsibility .badge.hp {
    top: 40px;
    right: 0px;
  }

  .responsibility .badge.ha {
    bottom: 10px;
  }

  .responsibility .col-2:last-child {
    padding: 2em 0 0 0;
    text-align: center;
  }

  .news input {
    margin: 0 auto 1.5em auto;
    text-align: center;
    width: 100%;
  }

  .news .btn {
    text-align: center;
    width: auto;
  }

  .block.b_blog .post_item a {
    min-height: auto;
  }

  .para-container {
    height: 460px !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .intro {
    height: 130vh;
  }

  .intro.highlight {
    height: 85vh;
  }

  .responsibility .badge.hc {
    top: 40px;
    left: 100px;
  }

  .responsibility .badge.hp {
    top: 40px;
    right: 100px;
  }

  .site-footer .col-4 {
    padding: 0 2%;
    text-align: left;
    width: 33%;
  }

  .site-footer ul li {
    font-size: 14px;
    line-height: 110%;
  }

  .site-footer .col-4:last-child {
    margin: 2em auto 0 auto;
    text-align: center;
    width: 100%;
  }

  .site-footer .col-4 .btn a {
    display: inline-block;
    width: auto;
  }
}
