/*!
Theme Name: Kinesis Ergo 2018
Theme URI: http://underscores.me/
Author: Bizango
Author URI: https://bizango.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ke
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Scaffolds
# Clearings
# Colors
# Widgets
# Footer
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Smooth scroll whenever possible
 * (sometimes misses target so it's out)
 */
/*
html {
  scroll-behavior: smooth;
}
*/
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

/**
 * Correct letter and word spacing
 */
.gform_wrapper .validation_error,
.gform_confirmation_message {
  letter-spacing: normal;
  word-spacing: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

.demarginalize-all > *:first-child {
  margin-top: 0;
}

.demarginalize-all > *:last-child {
  margin-bottom: 0;
}

.demarginalize-p > p:first-child {
  margin-top: 0;
}

.demarginalize-p > p:last-child {
  margin-bottom: 0;
}

.ke-type-hierarchy-a h1,
.ke-type-hierarchy-a h2,
.ke-type-hierarchy-a h3,
.ke-type-hierarchy-a h4,
.ke-type-hierarchy-a h5,
.ke-type-hierarchy-a h6,
.ke-type-hierarchy-a p,
.ke-type-hierarchy-a li {
  font-weight: 300;
}

.ke-type-hierarchy-a h1,
.ke-type-hierarchy-a h2,
.ke-type-hierarchy-a h3,
.ke-type-hierarchy-a h4,
.ke-type-hierarchy-a h5,
.ke-type-hierarchy-a h6 {
  clear: none;
  color: #1f2b32;
  line-height: 1.1;
  margin-bottom: 0.8em;
  margin-top: 0;
}

.ke-type-hierarchy-a h1 {
  font-size: 40px;
}

.ke-type-hierarchy-a h2 {
  font-size: 35px;
}

.ke-type-hierarchy-a--smaller-h2 h2 {
  font-size: 30px;
}

.ke-type-hierarchy-a h3 {
  color: #3ccb9a;
  font-size: 27px;
  font-weight: 800;
}

.ke-type-hierarchy-a--smaller-h3 h3 {
  font-size: 26px;
}

.ke-type-hierarchy-a--larger-h3 h3 {
  font-size: 35px;
  margin-bottom: 18px;
}

.ke-type-hierarchy-a h4 {
  color: #616161;
  font-size: 22px;
  font-weight: 700;
}

.ke-type-hierarchy-a--thinner-h4 h4 {
  font-weight: 400;
}

.ke-type-hierarchy-a h5 {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
}

.ke-type-hierarchy-a h6 {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ke-type-hierarchy-a p,
.ke-type-hierarchy-a li {
  color: #282828;
  font-size: 18px;
  line-height: 1.5;
}

.ke-type-hierarchy-a p {
  margin-bottom: 1em;
}

.ke-type-hierarchy-a li {
  margin-bottom: 8px;
}

.ke-type-hierarchy-a a {
  color: #3b95cb;
  font-weight: 700;
  text-decoration: none;
}

.ke-type-hierarchy-a strong {
  font-weight: 600;
}

.link-to-button a {
  background-color: #3ccb9a;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 15px 25px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}

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

  .link-to-button a {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

.link-to-button.m a {
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

.link-to-button.color--black a {
  background-color: #1f2b32;
}

.file-icon-link a:before {
  color: currentColor;
  content: '\e906';
  display: inline-block;
  font-family: 'icon-ke' !important;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  padding-right: 0.4em;
  speak: none;
  text-transform: none;
}

.download-icon-link a:before {
  color: currentColor;
  content: '\e907';
  display: inline-block;
  font-family: 'icon-ke' !important;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  padding-right: 0.4em;
  speak: none;
  text-transform: none;
}

.alt-ul-li ul li {
  font-size: 22px;
  list-style-type: none;
  padding-left: 17px;
  position: relative;
}

.alt-ul-li ul li:after {
  color: #464646;
  content: '\e901';
  font-family: 'icon-ke' !important;
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  left: -0.8333em;
  line-height: 1;
  position: absolute;
  speak: none;
  text-transform: none;
  top: 0;
}

.alt-ul-li ul li:before {
  border-radius: 50%;
  border-width: 0.1em;
  border-color: #3ccb9a;
  border-style: solid;
  content: '';
  height: 1.2em;
  left: -1.1em;
  position: absolute;
  top: 0.1em;
  width: 1.2em;
}

.alt-ul-li--medium ul {
  padding-left: 28px;
  padding-top: 13px;
}

.alt-ul-li--medium ul li {
  line-height: 1.25;
  margin-bottom: 22px;
  padding-left: 27px;
}

.alt-ul-li--medium ul li:after {
  font-size: 31px;
  left: -15px;
  top: -3px;
}

.alt-ul-li--medium ul li:before {
  border-width: 3px;
  height: 31px;
  left: -1em;
  top: 0;
  width: 31px;
}

.alt-ul-li--large ul {
  padding-left: 28px;
  padding-top: 13px;
}

.alt-ul-li--large ul li {
  margin-bottom: 47px;
  padding-left: 43px;
}

.alt-ul-li--large ul li:after {
  font-size: 31px;
  left: -15px;
  top: -3px;
}

.alt-ul-li--large ul li:before {
  border-width: 3px;
  height: 31px;
  left: -1em;
  top: 0;
  width: 31px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: none;
}

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

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

select {
	border: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 10px;
  position: relative;
}

@supports (position:sticky) or (position:-webkit-sticky){

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

    .site-header {
      max-width: none;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 999;
    }
    body.logged-in .site-header {
      top: 32px;
    }
    /* line up anchor links below sticky header */
    /* see http://nicolasgallagher.com/jump-links-and-viewport-positioning/demo/ */
    .site-content .anchor[id] {
      border-top: 109px solid transparent;
      margin-top: -109px;
      background-clip: padding-box;
    }
    body.logged-in .site-content .anchor[id] {
      border-top: 141px solid transparent;
      margin-top: -141px;
    }
  }
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

.main-navigation ul ul.dropdown-menu {
  background-color: #f8f8f8;
  box-shadow: none;
}

.main-navigation ul ul.dropdown-menu--mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  width: 90.14285714%;
}

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

  .main-navigation ul ul.dropdown-menu--mega-menu:before {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(247,247,247,0) 100%);
    content: '';
    display: block;
    height: 9px;
    left: 0;
    position: absolute;
    right: 0;
  }
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
 */

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

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

.main-navigation ul li:hover > ul.dropdown-menu--mega-menu,
.main-navigation ul li.focus > ul.dropdown-menu--mega-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0s left;
  transition: 0s left;
}

.main-navigation ul li:hover > ul.dropdown-menu--mega-menu {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*
@media screen and (hover: none){

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
  	left: -999em !important;
  }
}
*/
.main-navigation li {
  color: #a2a0a0;
  font-size: 14px;
  font-weight: 600;
	text-transform: uppercase;
}

.main-navigation li.has-dropdown {
 	position: relative;
}

.main-navigation li a {
  box-sizing: border-box;
  color: currentColor;
  display: block;
  padding: 10px;
}

.main-navigation li.page_item.home {
  display: none;
}

.main-navigation li.current {
  color: #3c95cb;
}

.main-navigation li:hover,
.main-navigation li:active,
.main-navigation li:focus {
  background-color: #efefef;
  color: #3c95cb;
}

.main-navigation ul > li .dropdown-menu li {
  display: block;
  min-width: 0;
}

.main-navigation ul > li .dropdown-menu:not(.dropdown-menu--mega-menu) li > a {
  padding-bottom: 20px;
  padding-top: 20px;
}

.dropdown-menu--mega-menu li {
  border-left: 1px solid #e8e8e8;
  padding-bottom: 24px;
  padding-top: 27px;
  text-align: center;
  vertical-align: top !important;
}

.dropdown-menu--mega-menu li:first-child {
  border-left: none;
}

.dropdown-menu--mega-menu li:hover,
.dropdown-menu--mega-menu li:active,
.dropdown-menu--mega-menu li:focus {
  background-color: transparent;
}

.dropdown-menu--mega-menu li .dropdown-container {
  margin: 0 auto;
  max-width: 250px;
}

.dropdown-menu--mega-menu li h4 {
  color: #3c95cb;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 7px;
}

.dropdown-menu--mega-menu li p {
  color: #525559;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6875;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
}

.dropdown-menu--mega-menu li .button {
  background-color: #3ccb9a;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
  padding: 8px 20px;
  width: auto;
}

.dropdown-menu--mega-menu li .button .icon-ke__chevron-right {
  font-size: 9px;
  font-weight: 400;
  margin-left: 12px;
}

.darken-image-bg img {
  mix-blend-mode: darken;
}

.main-navigation .menu-cart,
.main-navigation .menu-search {
  color: #a2a0a0;
  position: absolute;
  top: 10px;
}

.main-navigation .menu-search {
  right: 10px;
}

.main-navigation .menu-cart {
  right: 44px;
}

.main-navigation .menu-cart--not-empty {
  background-color: #3ccb9a;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  top: 6px;
  width: 30px;
}

.main-navigation .menu-cart__quantity {
  background-color: #3ccb9a;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  top: -5px;
  right: -9px;
  width: 15px;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
  background-color: #3ccb9a;
  color: #ffffff;
  left: 10px;
  position: absolute;
  top: 10px;
}

/* to support a high dpi logo */
.main-navigation li.page_item.home img,
.site-branding img {
  max-width: 140px;
}

@media only screen and (max-width: 47.9375em){

  .main-navigation .nav-menu {
    background-color: #f2f2f2;
  }

  .main-navigation ul li.focus ul.dropdown-menu:not(.dropdown-menu--mega-menu) {
    float: none;
    position: static;
    width: 100%;
  }
  .main-navigation ul ul.dropdown-menu:not(.dropdown-menu--mega-menu) a {
    padding: 10px;
    width: 100%;
  }

  .main-navigation ul ul.dropdown-menu--mega-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }

  .dropdown-menu--mega-menu li {
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    width: 100% !important;
  }

  .dropdown-menu--mega-menu li:last-child {
    border-bottom: 0;
  }
}

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

  .site-header {
    padding-bottom: 0;
    padding-top: 0;
  }
	.menu-toggle {
		display: none;
	}
  .main-navigation {
    position: relative;
  }
	.main-navigation .menu-cart,
  .main-navigation .menu-search {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
	.main-navigation ul {
		display: block;
	}
	.main-navigation li.has-dropdown ul {
		width: 200px;
	}
	.main-navigation li.has-dropdown ul a {
		max-width: 100%;
		width: auto;
	}
	.main-navigation ul > li,
  .main-navigation li.page_item.home {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
	.main-navigation ul > li > a {
    letter-spacing: 0.15em;
    line-height: 1;
    max-height: 109px;
    padding-bottom: 43px;
    padding-top: 52px;
  }
  .main-navigation li.page_item.home > a {
    padding-bottom: 29px;
    padding-top: 38px;
  }
  .site-branding {
    display: none;
  }
}

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

	.main-navigation .menu-cart {
	  font-size: 20px;
	}
  .main-navigation .menu-cart--not-empty {
    font-size: 18px;
    padding-top: 2px;
	}
  .main-navigation .menu-search {
    font-size: 18px;
  }
	.main-navigation ul > li {
    min-width: 14%;
  }
}

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

	.main-navigation .menu-cart {
	  right: 142px;
	}
  .main-navigation .menu-search {
    right: 92px;
  }
	.main-navigation li.has-dropdown ul {
		width: 100%;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.text-align-left {
  text-align: left;
}

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

.text-align-right {
  text-align: right;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

/* random utility class made for gform field */
.ul-li-width--100 ul li {
  width: 100%;
}

/*--------------------------------------------------------------
# Scaffolds
--------------------------------------------------------------*/
.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
}

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.scroll-x-container {
  overflow-x: scroll;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.responsive-wrap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
}

.responsive-wrap--youtube {
	padding-bottom: 56.25%;
}

.responsive-wrap > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.ke-dark-bg {
  background-color: #323232;
  background-image: -webkit-radial-gradient(50%, circle farthest-side, #323232 0%, #171717 100%);
  background-image: radial-gradient(circle farthest-side at 50%, #323232 0%, #171717 100%);
  color: #ffffff;
}

.ke-neutral-bg {
  background-color: #f6f8fb;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.search-form-wrapper {
  background: rgba(255,255,255,0.8);
  overflow: hidden;
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 0.25s linear;
          transition: width 0.25s linear;
  width: 0;
}

.search-form-wrapper.open {
  width: 100%;
}

.search-form-wrapper .search-field {
  background-color: #f6f8fb;
  border-color: rgba(50, 204, 153, 50);
  border-style: solid;
  border-width: 1px;
  color: #908f8f;
  padding: 20px;
  width: 100%;
}

.search-form-wrapper .search-submit {
  background-color: #3ccb9a;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/
.search-results .content-area .wrapper {
  max-width: 960px;
}

.search-results .post-thumbnail {
  float: left;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion__heading {
  border: none;
  margin: 0;
}

.accordion__heading .accordion__trigger {
  background-color: #f6f8fb;
  color: #616161;
  font-size: 18px;
  padding: 24px 100px 24px 70px;
  transition: background-color .2s ease-in-out;
}

.accordion__heading .accordion__trigger:focus {
  box-shadow: none;
}

.accordion__heading .accordion__trigger[aria-expanded="true"] {
  background-color: #3ccb9a;
  color: #ffffff;
  font-weight: 700;
}

.accordion__heading .accordion__trigger:after {
  border: none;
  bottom: auto;
  color: #3ccb9a;
  content: '\e900';
  font-family: 'icon-ke' !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  height: auto;
  right: 73px;
  line-height: 1;
  position: absolute;
  speak: none;
  text-transform: none;
  transform: rotate(90deg) translateX(-50%);
  top: 50%;
  width: auto;
}

.accordion__heading .accordion__trigger[aria-expanded="true"]:after {
  color: #ffffff;
  transform: rotate(-90deg) translateX(50%);
}

.accordion__panel {
  margin-bottom: 2px;
}

.accordion__panel.accordion__panel[aria-hidden="false"] {
  background-color: #ffffff;
  padding: 38px 80px 42px 70px;
}

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

  .accordion__heading .accordion__trigger {
    padding: 24px 70px;
  }

  .accordion__heading .accordion__trigger:after {
    right: 50px;
  }
}

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

  .accordion__heading .accordion__trigger {
    padding-left: 20px;
    padding-right: 30px;
  }

  .accordion__heading .accordion__trigger:after {
    right: 20px;
  }

  .accordion__panel.accordion__panel[aria-hidden="false"] {
    padding-right: 30px;
    padding-left: 20px;
  }
}

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

  .accordion__heading .accordion__trigger {
    padding-bottom: 15px;
    padding-left: 51px;
    padding-top: 12px;
  }

  .accordion__heading .accordion__trigger:after {
    right: 59px;
  }

  .accordion__panel.accordion__panel[aria-hidden="false"] {
    padding-bottom: 31px;
    padding-left: 51px;
    padding-top: 25px
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #2c3c46;
  color: #a5a5ac;
  padding-bottom: 57px;
  padding-top: 76px;
}

.site-footer__byline {
  color: #99999e;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
  margin-top: 0;
  text-transform: uppercase;
}

.site-footer__social {
  border-bottom: 1px solid rgba(162,159,159,0.3);
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.site-footer__social > a {
  color: #3ccb9a;
  display: inline-block;
  font-size: 18px;
  margin-right: 16px;
  text-decoration: none;
}

.site-footer__related-link {
  margin-bottom: 30px;
}

.site-info {
  background-color: #1f2b32;
  color: #5b7281;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}


.footer-menus  .flex-item--menu {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 60px) / 4)
}

.footer-menus  .flex-item--icon-menu {
  display: inline-block;
  padding-top: 10px;
  width: 60px;
}

@media only screen and (max-width: 959px){
  .footer-menus  .flex-item--menu {
    width: 50%;
  }
}

.footer-menus__header {
  color: #a5a5ac;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 12px;
  text-align: left;
  text-transform: uppercase;
}

.footer-menus__menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
}

.footer-menus__menu li {
  margin-bottom: 3px;
}

.footer-menus__menu li a {
  color: #7691a1;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2857142857;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}

.footer-menus .menu-cart,
.footer-menus .menu-search {
  color: #7691a1;
  text-decoration: none;
}

/* .footer-menus .menu-cart {
  margin-right: 22px;
} */

.cart_footer .menu-cart {
margin-right: 22px;
}

.cart_footer .menu-cart--not-empty {
margin-right: 3px !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Posts (archive and single)
--------------------------------------------------------------*/
article.post .cat-links {
  margin-bottom: 20px;
}

article.post .cat-links a {
  color: #4196c9;
  font-weight: inherit;
}

article.post .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
### Posts (archive, blog and category)
--------------------------------------------------------------*/
.blog article.post,
.archive.category article.post {
  margin-bottom: 28px;
  padding-bottom: 20px;
  padding-top: 59px;
}

.blog article.post .post-thumbnail,
.archive.category article.post .post-thumbnail {
  float: right;
  margin-bottom: 2px;
  margin-left: 14px;
}

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

  .blog article.post .post-thumbnail,
  .archive.category article.post .post-thumbnail {
    float: none;
    margin-left: 0;
    text-align: left;
  }
}

.blog article.post .entry-title,
.archive.category article.post .entry-title {
  color: #2c3c46;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.blog article.post .entry-title a,
.archive.category article.post .entry-title a {
  color: inherit;
  font-weight: inherit;
}

.blog article.post .more-link,
.archive.category article.post .more-link {
  background-color: #3ccb9a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 7px;
  padding: 18px 44px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/*--------------------------------------------------------------
### Posts (single)
--------------------------------------------------------------*/
.single-post article.post .post-thumbnail img {
  max-width: 700px;
  /* override WP's width attribute */
  width: auto;
}

/*--------------------------------------------------------------
### Pages
--------------------------------------------------------------*/
.content-page {
  padding-bottom: 20px;
  padding-top: 20px;
}

/*--------------------------------------------------------------
### 404
--------------------------------------------------------------*/
.error404 .site-content {
  background-color: #f3f5f7;
}

.error-404 {
  padding-bottom: 74px;
  padding-top: 59px;
}

.error-404 .page-title {
  margin-top: 30px;
}

.error-404 .page-content p {
  color: #1f2b32;
  font-size: 16px;
  font-weight: 700;
}

.error-404 .search-form {
  padding-top: 26px;
}

.error-404 .search-field {
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 1px;
	border-color: #d5d7d8;
	color: #b0b0b0;
	font-size: 12px;
	font-weight: 500;
	min-width: 210px;
	padding: 12px;
}

.error-404 .search-submit {
	background-color: #8ca3b2;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 15px 28px;
	text-transform: uppercase;
}

/*-------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Backgrounds
--------------------------------------------------------------*/
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-img--inclusive {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
