/*
	Theme Name: Sokkeli
	Version: 0.1
	Theme URI: http://muuks.fi
	Description: Custom theme by Muuks Creative
	Author: Muuks Creative
	Author URI: http://muuks.fi
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/
@font-face {font-family: 'FFSanukWebProRegular';src: url('fonts/390695_0_0.eot');src: url('fonts/390695_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/390695_0_0.woff2') format('woff2'),url('fonts/390695_0_0.woff') format('woff'),url('fonts/390695_0_0.ttf') format('truetype');}


@font-face {font-family: 'FFSanukWebProBold';src: url('fonts/390695_1_0.eot');src: url('fonts/390695_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/390695_1_0.woff2') format('woff2'),url('fonts/390695_1_0.woff') format('woff'),url('fonts/390695_1_0.ttf') format('truetype');}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: 'FFSanukWebProRegular', sans-serif;
  font-weight: normal;
  font-size: 1.0rem;
  color: #333333;
  background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'FFSanukWebProBold', sans-serif;
  font-weight: normal;
  color: #68b022;
}
h1, h2, h3 {
  margin-bottom: 1rem;
}
a {
  color: #68b022;
  transition: all 0.25s ease;
}
.muuks,
.muuks a {
  color: #abd079;
}
a:hover, a:focus {
  color: #325318;
  text-decoration: none;
}
hr {
  margin: 2rem auto;
}
strong, b {
  font-weight: normal;
  line-height: inherit;
  font-family: 'FFSanukWebProBold', sans-serif;
}
table thead {
  background: transparent;
  color: #333333;
}
table tfoot {
  border: none;
  background-color: transparent;
  background: transparent;
  color: #333333;
}
.alignleft {
  float:left;
  margin-right:1rem;
  margin-bottom:1rem;
}
.alignright {
  float:right;
  margin-left:1rem;
  margin-bottom:1rem
}
.aligncenter {
  display: block;
  margin: 0 auto 1rem auto;
}
.alignnone {
  margin: 0 1rem 1rem 0;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a {
	color: #333333;
	text-decoration: none;
  border-bottom: 2px solid #68b022;
	box-shadow: inset 0 -1px 0 #68b022;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover {
  border-bottom: 2px solid #325318;
	box-shadow: inset 0 -1px 0 #325318;
	color: #333333;
	text-decoration: none;
}
.entry-content p:not(.no-icon) a[href^=tel],
.entry-content p:not(.no-icon) a[href^=mailto] {
  border-bottom: none;
  box-shadow: none;
}
a[href^=tel]:before,
a[href^=mailto]:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  color: inherit;
  cursor: pointer;
  padding-right: 0.5rem;
  border-bottom:none;
  box-shadow: none;
}
a[href^=tel]:before {
  content: "\f095";
}
a[href^=mailto]:before {
  content: "\f0e0";
}
.no-icon a[href^=tel]:before,
.no-icon a[href^=mailto]:before {
  display: none;
}
a[href^=tel]:hover:before,
a[href^=mailto]:hover:before {
  text-decoration: none;
  border-bottom:none;
  box-shadow: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toggle-container {
	display:none;
}
/* Accordion element */
.accordion-outer {
  margin-bottom: 1.75rem;
  padding: 1rem 1.5rem 0;
  display: none;
  border-radius: 10px;
}
.section-container .accordion-outer {
  max-width: 60rem;
}
.wp-block-group__inner-container .accordion-outer {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.accordion-outer.show {
  display: block;
}
.accordion-outer.active {
  background-color: #ffffff;
  padding: 1rem 1.5rem 1rem;
}
.accordion-item {
  position: relative;
  display: inline-block;
  padding: 0 2rem 0 0;
  width: auto;
  cursor: pointer;
  font-size: 1.125rem;
  color: #68b022;
  text-decoration: none;
}
.accordion-outer.active .accordion-item,
.accordion-item:hover,
.accordion-item:focus {
  color: #333333;
}
.accordion-item:hover,
.accordion-item:focus {
  text-decoration: underline;
}
.accordion-item.trigger:before {
  display: none;
}
.accordion-item:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.25rem;
  line-height: 1;
  content: "\f067";
  color: #68b022;
  position: absolute;
  width: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
}
.accordion-outer.active .accordion-item:after,
.accordion-item:focus:after,
.accordion-item:hover:after {
  color: #68b022;
}
.accordion-outer.active .accordion-item:after {
  content: "\f068";
}
.accordion-content {
  padding: 0;
  margin-top: 1rem;
  border: none;
  background-color: transparent;
}
p, ul, ol, dl {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1.125rem;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar dl {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
/* Menu */
#mobile-icon {
  width: 40px;
  height: 28px;
  position: relative;
  float:right;
  margin: 2.25rem 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 999;
}

#mobile-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}

#mobile-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#mobile-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 6px;
}
#subpage-header {
  padding: 4.5rem 0 1.5rem;
}
.entry-title h1 {
  font-size: 2.25rem;
  color: #333333;
  border-bottom: 4px solid #68b022;
  margin-bottom: 0;
}
.entry-title h2 {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #505050;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#navigation-bar {
  margin: 0;
}
nav[role="secondary-navigation"] {
  position: relative;
  float: right;
  padding: 0;
  margin: 1rem 0 0;
}
nav[role="navigation"] {
  position: relative;
  float: right;
  padding: 0;
  margin: 3rem 0 0;
}
.top-bar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.top-bar-menu ul li,
.top-bar-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
}
.top-bar-menu:after,
.top-bar-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.top-bar-menu > ul > li {
  display: inline-block;
}
.top-bar-menu > ul > li > a {
  text-decoration: none;
  font-family: 'FFSanukWebProRegular', sans-serif;
  font-weight: normal;
  color: #333333;

}
nav[role="secondary-navigation"] .top-bar-menu > ul > li > a {
  font-size: 1.0rem;
  padding: 0 0 1rem;
  margin: 0 1rem;
}
nav[role="navigation"] .top-bar-menu > ul > li > a {
  padding: 0 0 1.75rem;
  font-size: 1.5rem;
  margin: 0 1rem;
}
nav[role="navigation"] .top-bar-menu > ul > li.lang-item > a {
  font-size: 1rem;
  top: -0.25rem;
}
.top-bar-menu > ul > li.small > a {
  font-size: 0.875rem;
  color: #979797;
  margin: 0 0.5rem;
}
nav[role="secondary-navigation"] .top-bar-menu > ul > li:first-child a {
  margin-left: 0;
}
nav[role="secondary-navigation"] .top-bar-menu > ul > li:last-child a,
nav[role="navigation"] .top-bar-menu > ul > li:last-child a {
  margin-right: 0;
}
.top-bar-menu > ul > li.current-menu-item > a {
  color: #68b022;
}
.top-bar-menu > ul > li:hover > a {
  color: #68b022;
}
nav[role="secondary-navigation"] .top-bar-menu > ul > li:hover > a {
  color: #ffffff;
}
.top-bar-menu ul ul {
  position: absolute;
  display: none;
  z-index: 1000;
  text-align: left;
}
.top-bar-menu li.menu-item-has-children:hover > ul,
.top-bar-menu li.menu-item-has-children.focused > ul {
  left: 50%;
  transform: translate(-50%, 0);
  top: auto;
  display: block;
  background: #abd079;
}
.top-bar-menu ul ul.sub-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px inset transparent;
  border-right: 16px inset transparent;
  border-top: 0 inset transparent;
  border-bottom: 12px solid #abd079;
  top: -12px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
}
.top-bar-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.top-bar-menu ul ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 1.125rem 1rem;
  min-width: 260px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #325318;
  line-height: 1.3;
  text-align: center;
}
.top-bar-menu ul ul li:last-child > a,
.top-bar-menu ul ul li.last-item > a {
  border-bottom: 0;
}
.top-bar-menu ul ul li:hover > a,
.top-bar-menu ul ul li a:hover {
  text-decoration: underline;
}

/* header */
.page-breadcrumbs {
  color: #505050;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.page-breadcrumbs a {
  color: #505050;
  font-weight: 700;
}
.page-breadcrumbs a:hover {
  text-decoration: underline;
}
.some-share-title {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #505050;
}
.logo {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.logo img {
  margin: 2rem 0;
  width: 200px;
}
.logo a:hover img {
  opacity: 0.7;
}
/* Sidebar Widgets */
.sidebar .widget{
  margin-bottom: 1.5rem;
  background: #f5f5f5;
  padding: 1rem;
}
.sidebar .widget .widgettitle {
  color: #333333;
  margin-bottom: 0.5rem;
}
.sidebar .widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li {
  list-style: none;
}
.sidebar .widget ul > li {
  display: block;
}
.sidebar .widget ul li a {
  color: #333333;
  font-weight: normal;
  padding-bottom: 0.5rem;
  transition: all 0.25s ease;
}
.sidebar .widget ul > li > a:hover {
  color: #68b022;
}
.sidebar .widget ul li a:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  color: #505050;
  line-height: 1;
  margin-right: .5rem;
  transition: all .25s ease;
  font-size: 80%;
  top: -1px;
}
.sidebar .widget ul > li {
  margin-bottom: 0.5rem;
}
/* Sidebar Widgets end */
.intro-header {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  text-align: left;
  max-width: 80%;
  padding: 3rem 4rem;
  z-index: 2;
}
.intro-header h1 {
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 0;
}
.intro-header .button.large {
  font-size: 1.375rem;
}
.intro-header .button,
.intro-header .wp-block-button {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-bottom: 0;
}
.intro-header .button:last-child,
.intro-header .wp-block-button:last-child {
  margin-right: 0;
}
.link-container {
  outline: none;
}
.link-container:hover h1 {
  color: #ffffff;
}
.link-container:hover .button {
  background-color: #325318;
}
.subpage-featured-image {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.subpage-featured-image.no-image {
  background-color: #f5f5f5;
  max-height: 50px;
}
.subpage-rectangle-image {
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 52.5%;
  margin: 0 auto 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flex-container-one-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-container-multi-line {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products.flex-container-multi-line {
  justify-content: center;
}
.flex-item:hover .instagram-attachment {
  opacity: 0.9;
}
.flex-item-one-fourth {
  position: relative;
  width: 23.5%;
  padding-bottom: 23.5%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1rem;
  display: table;
}
.flex-item-one-fourth:nth-of-type(4n) {
  margin-right: 0;
}
.flex-item-one-fourth:nth-of-type(4n+1) {
  margin-left: 0;
}
.instagram-attachment {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.instagram-post .open-ig:before {
  content: "\f08e";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 4rem;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity 0.25s ease;
}
.instagram-post a:hover .open-ig:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  text-decoration: none;
}
.intro-slider {
  width: 70%;
  position: relative;
}
.intro-slider.slick-slider .slick-track, .intro-slider.slick-slider .slick-list {
  height: 100%;
}
.intro-info {
  width: 30%;
  background-color: #68b022;
  padding: 4rem 2rem 2rem;
  position: relative;
}
.intro-info:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 2rem 2rem 0;
  border-style: solid;
  border-color: #2b7b06 #ffffff;
}
.intro-info h2 {
  color: #ffffff;
}
.intro-info p,
.intro-info p a {
  color: #325318;
}
.intro-info p:last-child {
  margin-bottom: 0;
}
.intro-info p a:hover {
  color: #ffffff;
}
.intro-image {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#helpposkannaus {
  background-color: #f3f5f8;
}
#newsletter-subscribe {
  background-color: #68b022;
  background-size: 500px 500px;
  background-image: url("images/sokkeli-janis.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#featured-container {
  width: 102%;
  margin-left: -1%;
}
#services-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #68b022;
}
#services-background p:last-child {
  margin-bottom: 0;
}
.product-box {
  width: 23%;
  position: relative;
  margin: 1%;
}
.product-box-image-container {
  position: relative;
  padding-top: 100%;
  width: 100%;
  display: block;
}
.product-box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s ease-out;
}
.dark-overlay {
  background: rgba(0,0,0,0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-box-dark-overlay {
  position: absolute;
  background: #333333;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 2;
}
.product-box-image-overlay-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  text-align: center;
}
.product-box a:hover .product-box-dark-overlay {
  opacity: 0.8;
}
.product-box a:hover .product-box-image-overlay-text {
  opacity: 1;
}
.product-box-image-overlay-text p {
  color: #ffffff;
}
.product-box-content {
  text-align: center;
  padding: 1.5rem 1rem 0;
}
.services-box {
  width: 18%;
  background: #f5f5f5;
  position: relative;
  margin: 1%;
}
.featured-box {
  width: 23%;
  position: relative;
  margin: 1%;
  padding-bottom: 4rem;
}
.featured-box-image-container {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background: #f5f5f5;
}
.products .featured-box-image-container {
  background: #ffffff;
}
.services-box .featured-box-image-container {
  margin-top: 1.5rem;
  height: 100px;
}
.featured-box-image {
  position: absolute;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60%;
  height: 150px;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.services-box .featured-box-image {
  height: 100px;
}
.featured-box-content {
  text-align: center;
  padding: 1.5rem;
  position: relative;
}
.services-box .featured-box-content {
  padding: 1.5rem 0.5rem;
}
.featured-box-content p {
  font-size: 1.3125rem;
  margin-bottom: 0;
  line-height: 1.4;
  color: #333333;
}
.services-box-link:hover .featured-box-content p {
  text-decoration: underline;
}
.featured-box-content p strong {
  color: #68b022;
}
.featured-box .button {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 50%;
  width: 60%;
  transform: translate(-50%, 0);
}
.featured-box-link:hover .button {
  background-color: #325318;
}
.section-container {
  padding: 6rem 0;
  position: relative;
}
.section-container.first {
  padding: 1rem 0 3rem;
}
.section-header {
  color: #68b022;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  font-size: 1.875rem;
}
.section-header.white,
.white,
.white p {
  color: #ffffff;
}
.section-header.darkblue,
.darkblue,
.darkblue p {
  color: #1C244B;
}
.big-text p {
  font-size: 1.5rem;
  font-family: 'FFSanukWebProBold', sans-serif;
  line-height: 1.2;
}
.big-text h2 {
  font-size: 1.75rem;
}
.big-text .button {
  font-size: 1.5rem;
}
#secondary-navigation {
  background-color: #68b022;
}
#sidebar ul {
  list-style: none;
  margin-left: 0;
}
.wpcf7-list-item-label {
  font-size: 1rem;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-list-item input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
  margin-bottom: 0;
}
.grecaptcha-badge {
  display: none !important;
}
.entry-content p a.button,
.button,
.wp-block-button .wp-block-button__link,
[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  transition: all 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-family: 'FFSanukWebProBold', sans-serif;
  font-weight: normal;
  background-color: #68b022;
  border: 0;
  color: #ffffff;
  font-size: 1.1rem;
}
.button.dark {
  background-color: #2b7b06;
}
.button.darkblue {
  border: 2px solid #1C244B;
  background-color: #1C244B;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  border-radius: 0;
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
}
.entry-content p a.button:hover,
.wp-block-button .wp-block-button__link:hover,
.button:hover, .button:active, .button:focus,
[type='submit']:hover, [type='submit']:active  {
  background-color: #325318;
  color: #ffffff;
}
.button.dark:hover, .button.dark:active {
  background-color: #ffffff;
  color: #2b7b06;
}
.button.darkblue:hover, .button.darkblue:active {
  background-color: #ffffff;
  border: 2px solid #1C244B;
  color: #1C244B;
}
.info-container {
  border-left: 5px solid #68b022;
  padding: 2.0rem 1.5rem 0.5rem;
  background: #f5f5f5;
  margin-bottom: 1.5rem;
}
.info-container a.button {
  margin-bottom: 0;
}
.info-container p a.button:hover {
  background-color: #333333;
}
#logo-container {
	text-align: center;
  margin: 3rem 0 1.5rem;
}
#logo-container .logo-item {
	margin-right: 3rem;
	display: inline-block;
	vertical-align: middle;
}
#logo-container .logo-item:last-child {
	margin-right: 0;
}
#logo-container .logo-item img {
	max-height: 80px;
	max-width: 160px;
}
.logo-item:hover {
  filter: drop-shadow(0px 0px 0.75rem #cccccc);
}
/* blockquote */

blockquote {
  margin: 1.5em 0;
  padding: 1em 2em;
  text-align: center;
  border-left: none;
}
blockquote:before,
blockquote:after {
  content: "";
  display: block;
  height: 3px;
  width: 4rem;
  background: #68b022;
}
blockquote:before {
  margin: 0 auto 1rem;
}
blockquote:after {
  margin: 1rem auto 0;
}
.wp-block-pullquote blockquote {
  background: #ffffff;
  margin: 0;
  padding: 0 2em;
}
blockquote p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #333333;
}
/* paging navigation */
nav[role="navigation"].pagination {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 1rem;
}
.nav-links {
  position: relative;
}
.nav-links ul {
  margin: 0;
  padding: 0,
}
.nav-links ul li {
  list-style: none;
  margin:0 10px 0 0;
  padding:0;
  float: left;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  font-size:18px;
}
.nav-links ul li span.current {
  padding: 10px 12px;
  background: #505050;
  line-height: 1;
  color: #fff;
  display: inline-block;
  font-size:18px;
}
.nav-links ul li a {
  padding: 10px 12px;
  background: #dddddd;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  border-radius: 0;
  border: none;
}
.nav-links ul li a:hover {
  color: #fff;
  background-color: #68b022;
}
nav[role="subpage-navigation"] {
  position: relative;
  display: inline-block;
  clear: both;
  margin: 0 0 1.5rem;
}
nav[role="subpage-navigation"] ul {
  margin: 0;
  padding: 0;
}
nav[role="subpage-navigation"] ul.sub-menu ul.sub-menu {
  display: none;
}
nav[role="subpage-navigation"] ul.sub-menu li.current-menu-item ul.sub-menu,
nav[role="subpage-navigation"] ul.sub-menu li.current-menu-ancestor ul.sub-menu {
  display: block;
}
nav[role="subpage-navigation"] ul.sub-menu ul.sub-menu {
  margin-left: 1.0rem;
}
nav[role="subpage-navigation"] ul li {
  list-style: none;
  display: none;
}
nav[role="subpage-navigation"] ul li.current-menu-ancestor,
nav[role="subpage-navigation"] ul li.current-menu-ancestor ul li {
  display: block;
}
nav[role="subpage-navigation"] ul li a {
  text-transform: none;
  line-height: 1rem;
  font-size: 1rem;
  padding: 0 0 0.75rem;
  color: #333333;
  display: block;
}
nav[role="subpage-navigation"] ul > li.current-menu-ancestor > a {
  font-weight: 600;
  font-size: 1.125rem;
  color: #68b022;
  padding-bottom: 1rem;
}
nav[role="subpage-navigation"] ul li.current-menu-item > a {
  color: #68b022;
}
nav[role="subpage-navigation"] ul li a:hover {
  color: #68b022;
  text-decoration: none;
}
/* footer */
footer[role="site-footer"]{
  display: block;
  width: 100%;
  position: relative;
}
#footer-first {
  background-color: #abd079;
}
#footer-second {
  background-color: #68b022;
}
.footer-section {
  padding: 3rem 0;
}
.some-icons {
  display:block;
  vertical-align: middle;
	clear: both;
	margin:0;
	padding:0;
  line-height: 1;
}
.some-icons li {
  margin: 0 1rem 1.5rem 0;
  display: inline-block;
}
.some-icons li:last-child {
  margin-right: 0;
}
.some-icons li i {
  font-size: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.some-icons li a {
  border-bottom: none;
  box-shadow: none;
}
.some-icons li a:hover {
  border-bottom: none;
  box-shadow: none;
}
footer[role="site-footer"] .logo {
  display: block;
  clear: both;
  float: none;
}
footer[role="site-footer"] .logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 0 1.5rem;
}
#footer-first h1, #footer-first h2, #footer-first h3, #footer-first h4, #footer-first h5, #footer-first h6 {
  color: #325318;
}
#footer-first ul li, #footer-first ol li, #footer-first p, #footer-first div, #footer-first span, #footer-first a {
  color: #325318;
}
#footer-second h1, #footer-second h2, #footer-second h3, #footer-second h4, #footer-second h5, #footer-second h6 {
  color: #ffffff;
}
#footer-second ul li, #footer-second ol li, #footer-second p, #footer-second div, #footer-second span, #footer-second a {
  color: #ffffff;
}
#footer-first a:hover,
#footer-first a:focus
#footer-first a:active {
  color: #ffffff;
}
#footer-second a:active,
#footer-second a:focus,
#footer-second a:hover {
  color: #325318;
}
footer[role="site-footer"] p:last-child {
  margin-bottom: 0;
}
footer ul li, footer ol li, footer p, footer div, footer span, footer a {
  font-size: inherit;
  line-height: inherit;
}
footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
footer ul.sub-menu {
  margin-left:1rem;
}
footer ul li {
  margin-left: 0;
}
footer ul.menu li:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  color: #ffffff;
  line-height: 1;
  transition: all 0.25s ease;
  cursor: pointer;
  font-size: 80%;
  top: -1px;
}
footer ul.menu li a {
  margin-left: 0.5rem;
  color: #ffffff;
}
footer ul.menu li:hover a {
  text-decoration: none;
  color: #325318;
}
footer ul.menu li:hover:before {
  text-decoration: none;
  color: #325318;
}
#search-header {
	background: rgba(0,0,0,0.95);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: -99999px;
  right: -99999px;
  top: 0;
  z-index: 100001;
  flex-direction: column;
}
#search-header.open {
  left: 0;
  right: 0;
}
.header-search-container {
  position: relative;
  display: block;
}

.header-search-container form {
	margin: 0;
}

.header-search-container input#s {
	color: #ffffff;
  background: transparent;
	position: relative;
	padding-left: 50px;
	width: auto;
	min-width: 200px;
	max-width: 960px;
	display: block;
	margin: auto;
	border: none;
	box-shadow: none;
	outline: none;
	font-size: 32px;
  height: auto;
}
.header-search-container:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 32px;
  position: absolute;
  line-height: 1;
  top: 10px;
  left: 0;
}
.header-search-container input#s::-webkit-input-placeholder {
  color: #f5f5f5;
}
.header-search-container input#s:-moz-placeholder {
  color: #f5f5f5;
}
.header-search-container input#s::-moz-placeholder {
  color: #f5f5f5;
}
.header-search-container input#s:-ms-input-placeholder {
  color: #f5f5f5;
}
.close-header-search {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  line-height: 1;
  font-size: 40px;
  z-index: 10002;
}
.close-header-search i {
	color: #ffffff;
}
.close-header-search:hover i {
	color: #cccccc;
}
#subpage-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.blog-post-title {
  color: #68b022;
}
.blog-post-container {
  margin-bottom: 3rem;
}
.blog-post-container:last-child {
  margin-bottom: 0;
}
.blog-post-title {
  font-size: 1.5rem;
}
.blog-post-content {
  margin-top: 3rem;
}
.blog-post-content p {
  color: #333333;
}
.meta {
  margin-bottom: 1.5rem;
}
.meta time {
  color: #cccccc;
}
.blog-post-image-container {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 75%;
  background-color: #f5f5f5;
}
.blog-post-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.blog-post-container a:hover .blog-post-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-post-container a:hover .blog-post-title {
  text-decoration: underline;
}
.section-button {
  margin-top: 3rem;
  text-align: center;
}
.section-button .button {
  margin: 0 auto;
}
.some-share {
  margin:0;
  padding:0;
  list-style: none;
  display: block;
  width: 100%;
}
.some-share li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.some-share li:last-child {
  margin-right: 0;
}
.some-share a i {
  font-size: 22px;
  height: 38px;
  width: 38px;
  position: relative;
  text-align: center;
  padding-top: 8px;
  border-radius: 38px;
	color: #ffffff;
  background: #505050;
}
.some-share a:hover i {
  text-decoration: none;
}
.some-share li.some-share-twitter i:hover {
  background: #00abf0;
}
.some-share li.some-share-facebook i:hover {
  background: #3c60b5;
}
.some-share li.some-share-linkedin i:hover {
  background: #0085ae;
}
.some-share li.some-share-google-plus i:hover {
  background: #dd4c39;
}
.some-share li.some-share-whatsapp i:hover {
  background: #43d854;
}
.some-share li.some-share-email i:hover {
  background: #4B4F54;
}
.some-share li.some-share-whatsapp {
  display: none;
}
.widget ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  display: block;
  clear: both;
  margin-bottom: 1.5rem;
}
.widget ul li {
  margin-left: 0;
}
.wp-block-embed iframe {
    margin: 0 auto;
    display: block;
    clear: both;
}
footer #mc_embed_signup label {
  color: #ffffff;
}
footer #mc_embed_signup input[type='email'],
footer #mc_embed_signup input[type='text'] {
  border: none;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
footer #mc_embed_signup input[type='email']::-webkit-input-placeholder,
footer #mc_embed_signup input[type='text']::-webkit-input-placeholder,
footer #mc_embed_signup input[type='email']::placeholder,
footer #mc_embed_signup input[type='text']::placeholder {
  color: #ffffff;
}
footer #mc_embed_signup input[type='submit'] {
  background-color: #BB82A3;
  border: 2px solid #ffffff;
  color: #ffffff;
}
footer #mc_embed_signup input[type='submit']:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #BB82A3;
}
#lead-popup {
  z-index: 99999999;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 400px;
  height: 400px;
  background-color: #f5f5f5;
  display: none;
  box-shadow: 0px 0px 10px 5px #cccccc;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.lead-popup-container {
  height: 400px;
}
.lead-popup-header {
  background-color: #68b022;
  text-align: center;
  height: 80px;
}
.lead-popup-header-title {
  color: #ffffff;
  padding: 1.5rem 0;
  margin: 0;
  position: relative;
}
.close-lead-popup {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  line-height: 1;
  font-size: 20px;
  z-index: 10002;
}
.close-lead-popup i {
  color: #ffffff;
}
.lead-popup-body {
  position: relative;
  height: 240px;
  overflow: hidden;
  overflow-y: auto;
  padding: 1rem 1.5rem;
}
.lead-popup-content {
}
.lead-popup-content p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.lead-popup-content p.dimmed {
  color: #999999;
}
.lead-popup-content hr {
  margin: 1rem auto;
}
.lead-popup-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem;
  height: 80px;
}
.lead-popup-status-bar {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.25rem;
  height: 0.75rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.lead-popup-status-bar .status {
  display: table-cell;
  background-color: #cccccc;
  width: 100%;
}
.lead-popup-status-bar .status.active {
  background-color: #abd079;
}
.lead-popup-input-group {
  position: relative;
  display: table;
}
.lead-popup-input {
  display: table-cell;
  height: 34px;
  padding: 6px 12px;
  font-size: inherit;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.lead-popup-input:focus {
  border-color: #9CC4E3;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156,196,227,.6);
}
.lead-popup-input::placeholder {
  color: #666666;
}
.lead-popup-button-group {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.lead-popup-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  background-color: #68b022;
  border: 1px solid #0472B0;
  color: #fff;
  margin: 0;
}
.lead-popup-button:disabled,
.lead-popup-button:disabled:hover {
  background-color: #505050;
  color: #cccccc;
  cursor: not-allowed;
}
.lead-loader {
  position: relative;
  width: 40px;
  margin: 0;
  display: none;
}
.lead-loader .duo {
  height: 10px;
  width: 25px;
  background: hsla(0, 0%, 0%, 0.0);
  position: absolute;
}
.lead-loader .duo, .lead-loader .dot {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.lead-loader .duo1 {
  left: 0;
}
.lead-loader .duo2 {
  left: 15px
}
.lead-loader .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #333;
  position: absolute;
}
.lead-loader .dot-a {
  left: 0px;
}
.lead-loader .dot-b {
  right: 0px;
}
@keyframes spin {
    0% { transform: rotate(0deg) }
   50% { transform: rotate(180deg) }
  100% { transform: rotate(180deg) }
}
@keyframes onOff {
    0% { opacity: 0; }
   49% { opacity: 0; }
   50% { opacity: 1; }
  100% { opacity: 1; }
}
.lead-loader .duo1 {
  animation-name: spin;
}
.lead-loader .duo2 {
  animation-name: spin;
  animation-direction: reverse;
}
.lead-loader .duo2 .dot-b {
  animation-name: onOff;
}
.lead-loader .duo1 .dot-a {
  opacity: 0;
  animation-name: onOff;
  animation-direction: reverse;
}
#wt-cli-accept-all-btn {
  margin-left: 0;
}
#cookie_action_close_header_reject {
 margin-left: 1rem;
}
.cli-bar-message {
  font-size: 1rem;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  font-size: 1rem!important;
}
/* Override some Foundation styles */
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.3125rem; }
  h4 {
    font-size: 1.025rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; }
}

@media print, screen and (max-width: 63.99em) {
  .flex-item-one-fourth {
    width: 49%;
    padding-bottom: 49%;
  }
  .flex-item-one-fourth:nth-of-type(4n)  {
  	margin-right: 1%;
  }
  .flex-item-one-fourth:nth-of-type(4n+1) {
  	margin-left: 1%;
  }
  .flex-item-one-fourth:nth-of-type(2n) {
  	margin-right: 0;
  }
  .flex-item-one-fourth:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .intro-info,
  .intro-slider {
    width: 100%;
  }
  .intro-info {
    padding: 2rem;
  }
  .intro-info:before {
    display: none;
  }
  .intro-slider {
    height: 300px;
  }
  nav[role="secondary-navigation"] {
    float: none;
    text-align: center;
  }
  nav[role="secondary-navigation"] .top-bar-menu > ul > li > a {
    margin: 0 0.5rem;
  }
  .services-box,
  .featured-box {
    width: 48%;
  }
  .big-text p {
    font-size: 1.25rem;
  }
  .big-text h2 {
    font-size: 1.5rem;
  }
  .big-text .button {
    font-size: 1.25rem;
  }
  .entry-title h1 {
    font-size: 1.5rem;
  }
  .intro-header h1 {
    font-size: 2.0rem;
  }
  .intro-header p {
    font-size: 1.25rem
  }
  #navigation-bar {
    margin: 0;
  }
  nav[role="navigation"] .top-bar-menu > ul > li > ul.sub-menu:before {
    display: none;
  }
  nav[role="navigation"] .top-bar-menu li.menu-item-has-children:hover > ul {
    left: 0;
    transform: none;
    top: 0;
    background: transparent;
    border-radius: 0;
  }
  nav[role="navigation"] .top-bar-menu {
    width: 100%;
  }
  .logo img {
    margin: 1rem 0;
  }
  nav[role="navigation"] {
    float: none;
    display: none;
    margin-top: 0;
  }
  nav[role="navigation"] .top-bar-menu ul.menu {
    width: 100%;
  }
  nav[role="navigation"].open {
    display: block;
  }
  nav[role="navigation"] .top-bar-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  nav[role="navigation"] .top-bar-menu > ul > li:first-child {
    border-top: none;
  }
  nav[role="navigation"] .top-bar-menu ul ul,
  nav[role="navigation"] .top-bar-menu ul ul li,
  nav[role="navigation"] .top-bar-menu li.menu-item-has-children > ul > li {
    display: block;
  }
  nav[role="navigation"] .top-bar-menu ul li a,
  nav[role="navigation"] .top-bar-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
    text-align: center;
    padding: 1rem 0.5rem;
    margin: 0;
  }
  nav[role="navigation"] .top-bar-menu > ul > li:hover > a {
    color: #333333;
  }
  nav[role="navigation"] .top-bar-menu > ul > li {
    float: none;
  }
  nav[role="navigation"] .top-bar-menu ul ul li a {
    color: #333;
    background: none;
    text-transform: none;
  }
  nav[role="navigation"] .top-bar-menu ul ul li:hover > a,
  nav[role="navigation"] .top-bar-menu ul ul li.active > a {
    color: #333333;
    text-decoration: none;
  }
  nav[role="navigation"] .top-bar-menu ul ul,
  nav[role="navigation"] .top-bar-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  nav[role="navigation"] .top-bar-menu > ul.menu > li.menu-item.menu-item-has-children > a:after {
    display: none;
  }
  .some-share {
    margin-bottom: 1.5rem;
  }
  footer .text-left, footer .text-right {
    text-align: center;
  }
  footer[role="site-footer"] {
    text-align: center;
  }
  footer[role="site-footer"] .columns {
    margin-bottom: 1.5rem;
  }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    margin-top: 0;
  }
  footer[role="site-footer"] .logo {
    float: none;
  }
  footer[role="site-footer"] .logo img {
    margin-bottom: 1.5rem;
  }
  #mobile-icon  {
    display: block;
  }
  .subpage-featured-image {
    height: 150px;
  }
  .alignleft,
  .alignright,
  .alignnone,
  .aligncenter {
    float:none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
    clear: both;
  }
  .slick-prev, .slick-next {
    display: none;
  }
  .intro-header {
    padding: 1.5rem 2rem;
  }
  .section-header {
    font-size: 1.75rem;
  }
  .blog-post-title {
    font-size: 1.5rem;
  }
  .product-box {
    width: 48%;
  }
}

@media screen and (max-width: 39.9375em) {
  .header-search-container:before,
  .header-search-container input#s {
  	font-size: 24px;
  }
  .header-search-container:before {
    top: 6px;
  }
  .header-search-container input#s {
    padding-left: 35px;
  }
  #lead-popup {
    width: 90%;
    left: 5%;
    right: 5%;
  }
  .flex-item-one-fourth {
    width: 100%;
    padding-bottom: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .flex-item-one-fourth:last-child {
    margin-bottom: 0;
  }
  .flex-container-one-line {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
  nav[role="secondary-navigation"] .top-bar-menu > ul > li > a {
    font-size: 0.875rem;
  }
  nav[role="secondary-navigation"] .top-bar-menu > ul > li > a small {
    display: none;
  }
  #featured-container {
    width: 100%;
    margin-left: 0;
  }
  .services-box,
  .featured-box {
    width: 100%;
    margin: 0 0 1.5rem;
    padding-bottom: 0;
    text-align: center;
  }
  .featured-box .button {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
  }
  #logo-container .logo-item {
    margin: 0 0 1.5rem;
    display: block;
  }
  .blog-post-content {
      margin-top: 0;
  }
  .wp-block-embed iframe {
    width: 100% !important;
  }
  .intro-header {
    right: 0;
    max-width: none;
    left: 0;
    border-top-right-radius: 0;
  }
  .intro-header h1 {
    font-size: 1.5rem;
  }
  .intro-header .button.large {
    font-size: 1.125rem;
  }
  .section-header {
    font-size: 1.5rem;
  }
  .blog-post-title {
      font-size: 1.25rem;
  }
  .home .big-text p{
    text-align: center;
  }
  .home .big-text p:last-child {
    margin-bottom: 0;
  }
  .some-icons li {
      margin-right: 2rem;
  }
  .text-left, .text-right {
    text-align: center;
  }
  .blog-post-image-container {
    margin-bottom: 1.5rem;
  }
  .some-share li.some-share-whatsapp {
    display: inline-block;
  }
  .section-container {
    padding: 3rem 0;
  }
  .subpage-featured-image {
    height: 100px;
  }
  .product-box {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .cli-bar-btn_container {
    flex-wrap: wrap;
  }
  #wt-cli-accept-all-btn {
    margin-left: 0;
    flex-basis: 100%;
  }
  #cookie_action_close_header_reject {
    margin-left: 0;
    flex-basis: 100%;
  }
}
