/*!
Theme Name: Intelligent Jelly
Theme URI: intellijel.com
Description: It's the theme!
Author: Wes Koop
Author URI: http://intellijel.com
Text Domain: intellijel
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Intelligent Jelly 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:
----------------------------------------------------------------
# Sassy
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
# 404
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SASSY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography

"acumin-pro"
normal,italic/300,400,700;

"acumin-pro-semi-condensed"
normal/600;
italic/400;

100 Thin
200 Extra Light
300 Light
400 Regular
500 Medium
600 Semibold
700 Bold
800 Black
900 Ultra Black

--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, "Noto Serif", sans-serif;
  font-weight: 200;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, "Noto Serif", sans-serif;
  margin: 0 0 24px 0;
  line-height: 1.25;
  font-weight: 500;
}

.site-title,
.site-description {
  display: none;
}

p {
  margin-bottom: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

blockquote {
  border-left: 3px solid #cccccc;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1.5em 0;
  padding-left: 1.5rem;
}

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.5;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
  white-space: pre-wrap;
}

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 #8c8c8c;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 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. */
}
body include mobile.menu-open {
  overflow: hidden;
}
body include mobile.admin-bar #wpadminbar {
  display: none;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 0 0 1em;
  /* Extra wide images within figure tags don't overflow the content area. */
  max-width: 100%;
  position: relative;
}

audio,
canvas,
progress,
video {
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: auto;
  max-width: 100%;
  border: 1px solid #eee;
}

th {
  border-bottom: 1px solid #eee;
}

td {
  border-top: 1px solid #eee;
}

th,
td {
  padding: 0.25em;
}

.columns {
  column-count: 2;
  column-width: 240px;
  column-gap: 24px;
  margin-bottom: 24px;
}
.columns-count-3 {
  column-count: 3;
}
.columns-count-4 {
  column-count: 4;
}
.columns-count-5 {
  column-count: 5;
}
.columns * {
  break-inside: avoid;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited,
a:focus,
a:active {
  color: black;
  border-color: black;
  text-decoration: none;
}

a:hover {
  color: #05acff;
  border-color: #05acff;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: flex;
  align-items: flex-start;
  max-width: none;
  padding: 12px;
  margin: 0;
  line-height: 30px;
  text-align: left;
  text-transform: lowercase;
  overflow: visible;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .main-navigation {
    height: 60px;
  }
}
.main-navigation a {
  padding: 0;
  text-decoration: none;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .main-navigation ul {
    display: flex;
  }
}
.main-navigation .menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  color: black;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
}
.main-navigation .menu-toggle::before {
  font-size: 20px;
  visibility: visible;
  display: block;
  content: "☰";
}
.menu-open .main-navigation .menu-toggle::before {
  content: "×";
}
@media screen and (min-width: 768px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}

.site-menu {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .site-menu {
    position: static;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu {
    font-size: 20px;
  }
}
.site-menu li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-menu li {
    padding: 0 18px;
  }
}
.site-menu a {
  padding: 0;
  color: black;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.site-menu a:hover {
  color: #05acff;
  border-color: #05acff;
}
.site-menu .current-menu-item a {
  border-color: black;
}
.site-menu .current-menu-item a:hover {
  border-color: #05acff;
}
@media screen and (max-width: 767px) {
  .site-menu {
    columns: 2 130px;
  }
  .site-menu a {
    display: inline;
  }
  .site-menu .menu-item:nth-child(n+4) a {
    font-weight: 300;
  }
  .menu-open .site-menu {
    display: block;
    z-index: 11;
    background: white url("images/robot.svg") no-repeat;
    background-size: 20px 20px;
    background-position: bottom 24px left 12px;
    padding: 12px 12px 60px;
    line-height: 30px;
  }
  .site-menu > li > a {
    font-weight: 600;
  }
  .site-menu .intellijel-hamburger {
    text-align: right;
    break-before: column;
  }
  .site-menu .intellijel-hamburger > a {
    display: none;
  }
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  color: black;
  text-decoration: none;
}

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #000;
  text-decoration: underline;
}

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

.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
  content: "«";
  padding-right: 0.2em;
}

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

.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
  content: "»";
  padding-left: 0.2em;
}

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

.page-content.alignleft,
.entry-content.alignleft,
.entry-summary.alignleft {
  margin-left: 0;
}

.page-content.alignright,
.entry-content.alignright,
.entry-summary.alignright {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.menu:before,
.menu:after,
.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,
.widget:before,
.widget:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.site-main {
  margin: 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 0 0 48px 12px;
    height: 156px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-header {
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: white;
  }
  .site-header::after {
    pointer-events: none;
  }
  .menu-open .site-header::after {
    display: block;
    content: "";
    position: fixed;
    z-index: 10;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.site-branding {
  flex-shrink: 0;
  margin: 0;
  padding: 12px;
}
.site-branding svg {
  width: auto;
  height: 100%;
}
.site-branding a {
  display: block;
  height: 24px;
  width: auto;
  margin-left: -1px;
}
.site-branding a:hover .logo-dots {
  fill: #05acff;
}
@media screen and (min-width: 768px) {
  .site-branding a {
    height: 36px;
  }
}

.intellijel-cart {
  display: block;
  z-index: 10;
  position: absolute;
  top: 8px;
  right: 96px;
  height: 30px;
  width: 66px;
  padding: 6px 18px 0 !important;
}
@media screen and (min-width: 768px) {
  .intellijel-cart {
    position: relative;
    top: 0;
    right: 0;
  }
}
.woocommerce-cart .intellijel-cart, .intellijel-cart:hover {
  text-decoration: none;
  border: 0;
}
.woocommerce-cart .intellijel-cart .intellijel-cart-count, .intellijel-cart:hover .intellijel-cart-count {
  background-color: #05acff;
}

.intellijel-cart-count {
  position: absolute;
  top: -2px;
  right: 8px;
  height: 18px;
  min-width: 18px;
  padding: 0 4px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: #ff213b;
}
.intellijel-cart-0 .intellijel-cart-count {
  display: none;
}

.woocommerce-currency-switcher {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: black;
  color: white;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  padding: 0 8px;
  font-size: 12px;
  line-height: 18px;
  min-width: 42px;
  text-align: center;
  cursor: pointer;
}
.woocommerce-currency-switcher:hover {
  background-color: #05acff;
}
.woocommerce-currency-switcher-form {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 36px;
  margin: 16px 12px;
}
@media screen and (min-width: 768px) {
  .woocommerce-currency-switcher-form {
    position: static;
    margin: 6px 18px;
  }
}
.woocommerce-currency-switcher:focus {
  color: white;
}

.product-1u .menu-modules a,
.product-eurorack .menu-modules a,
.product-1u .menu-modules a,
.product-eurorack .menu-modules a,
.product-cases .menu-cases a,
.product-accessories .menu-accessories a {
  border-color: black;
}
.product-1u .menu-modules a:hover,
.product-eurorack .menu-modules a:hover,
.product-1u .menu-modules a:hover,
.product-eurorack .menu-modules a:hover,
.product-cases .menu-cases a:hover,
.product-accessories .menu-accessories a:hover {
  color: #05acff;
  border-color: #05acff;
}

@media screen and (max-width: 767px) {
  .site-notices {
    margin-top: 48px;
  }
}

.site-footer {
  opacity: 1;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 48px 48px 48px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer {
    padding-left: 120px;
  }
}

.site-footer-stinger {
  color: #ff213b;
  padding: 12px;
  font-size: 16px;
  font-weight: 300;
}
.site-footer-stinger p {
  padding: 0;
  margin: 12px 0;
}

.stinger-text {
  margin-left: -1px !important;
}

.stinger-robot {
  width: 18px;
}

.stinger-japan {
  width: 150px;
}

.site-footer-newsletter {
  padding: 12px;
  margin-bottom: 12px;
  font-size: 12px;
}
.site-footer-newsletter input {
  outline: none;
  color: black;
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  padding: 6px 0;
  border-radius: 0;
  background-color: transparent;
  transition: unset !important;
  border: none;
  border-color: black;
}
.site-footer-newsletter input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.site-footer-newsletter input[type=text],
.site-footer-newsletter input[type=email] {
  width: 400px;
  max-width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.site-footer-newsletter input[type=checkbox] {
  margin-right: 6px;
}
.site-footer-newsletter input[type=submit] {
  font-weight: 500;
}
.site-footer-newsletter input[type=submit]:hover {
  color: #05acff;
}

.site-footer-copyright {
  padding: 0 12px;
  font-size: 12px;
  opacity: 0.2;
  font-weight: 400;
}

.site-footer-menu {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}
.site-footer-menu,
.site-footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer-menu a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .site-footer-menu a:hover {
    color: #05acff;
    border-bottom-color: #05acff;
  }
}
.site-footer-menu > li {
  padding: 12px;
}
.site-footer-menu > li > a,
.site-footer-menu > li > a:hover {
  display: block;
  color: black;
  font-weight: 500;
  cursor: default;
  text-decoration: none;
  border-bottom: none;
  outline: none;
}
.site-footer-menu .menu-everything,
.site-footer-menu .menu-intellijel {
  float: left;
  min-width: 144px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .site-footer-menu .menu-everything {
    width: calc(100% - 200px);
  }
  .site-footer-menu .menu-intellijel {
    width: 200px;
  }
}
.site-footer-menu .sub-menu {
  margin-bottom: 25px;
}
.site-footer-menu .menu-everything > a,
.site-footer-menu .menu-everything > a:hover {
  color: black;
  text-decoration: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .site-footer-menu .menu-everything > a,
.site-footer-menu .menu-everything > a:hover {
    display: none;
  }
}
.site-footer-menu .menu-everything li.open > a {
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .site-footer-menu .menu-everything > .sub-menu .sub-menu {
    display: none;
  }
  .site-footer-menu .menu-everything > .sub-menu .open .sub-menu {
    display: block !important;
  }
  .site-footer-menu .menu-everything > .sub-menu > li.open > a::after {
    content: "×";
  }
}
@media screen and (min-width: 768px) {
  .site-footer-menu .menu-everything > .sub-menu {
    columns: 200px 8;
    column-gap: 12px;
  }
  .site-footer-menu .menu-everything > .sub-menu > li {
    break-inside: avoid;
  }
}
@media screen and (min-width: 768px) {
  .site-footer-menu .menu-everything > .sub-menu > li > a {
    font-weight: 500;
    color: black;
    border-bottom: none;
    text-decoration: none;
    cursor: default;
  }
}
.site-footer-menu .menu-everything > .sub-menu > li > a::after {
  display: inline;
  float: right;
  content: "";
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-main .post:first-child {
  margin-top: 2em;
}

.site-main .post.has-post-thumbnail:first-child {
  margin-top: 0;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

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

.sticky.has-post-thumbnail .entry-header {
  position: relative;
}

.sticky.has-post-thumbnail .entry-header-content {
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  padding-bottom: 1rem;
  position: absolute;
  width: 100%;
}

.sticky.has-post-thumbnail .entry-header-content .entry-title a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.sticky.has-post-thumbnail .entry-header-content .entry-title a:hover {
  opacity: 0.75;
}

.sticky.has-post-thumbnail .entry-content,
.sticky.has-post-thumbnail .entry-footer {
  display: none;
}

.cat-links {
  background-color: #ef5656;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.75rem 0 1rem 0;
  padding: 0.125rem 0.75rem 0.125rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cat-links a {
  color: #fff;
  text-decoration: none;
}

.page-content > p:first-child,
.entry-content > p:first-child,
.entry-summary > p:first-child {
  margin-top: 0;
}

/*
.page-content .alignfull,
.entry-content .alignfull,
.entry-summary .alignfull {
	margin-left: 0;
	margin-right: 0;
}

.page-content .alignleft,
.entry-content .alignleft,
.entry-summary .alignleft {
	margin-left: 0;
}

.page-content .alignright,
.entry-content .alignright,
.entry-summary .alignright {
	margin-right: 0;
}

.page-content .wp-block-cover-image,
.entry-content .wp-block-cover-image,
.entry-summary .wp-block-cover-image {
	margin-left: 0;
	margin-right: 0;
}
*/
.entry-meta {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 280px;
}

.entry-meta a {
  color: #999;
  text-decoration: none;
}

.entry-meta span {
  width: 50%;
}

.entry-meta .posted-on {
  float: right;
  text-align: right;
}

.entry-title {
  margin-bottom: 0;
}
.entry-title a {
  color: inherit;
  border-bottom: none;
}

.hide-entry-title > .entry-header {
  display: none;
}
.hide-entry-title > .entry-content {
  margin-top: 0;
  padding-top: 0;
}

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

.entry-footer {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

.entry-footer span {
  display: inline;
  padding-right: 1em;
}

.entry-footer span:last-child {
  padding-right: 0;
}

.tags-links a {
  text-decoration: none;
  text-transform: uppercase;
}

.tags-links a:hover {
  text-decoration: underline;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.comment-navigation,
.posts-navigation,
.post-navigation,
.comments-area,
.widget {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 768px) {
  .entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.comment-navigation,
.posts-navigation,
.post-navigation,
.comments-area,
.widget {
    padding-left: 24px;
    max-width: 780px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.comment-navigation,
.posts-navigation,
.post-navigation,
.comments-area,
.widget {
    padding-left: 132px;
    max-width: 888px;
  }
}

.entry-header {
  padding-top: 24px;
  margin-bottom: 24px;
}
.entry-content .entry-header {
  margin-bottom: 0;
}
header.entry-header:first-of-type, .page_no-title .entry-header:first-of-type {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  header.entry-header:first-of-type, .page_no-title .entry-header:first-of-type {
    padding-top: 156px;
  }
}

.entry-header.entry-header a {
  text-decoration: none;
  color: inherit;
  border-bottom-width: 0;
}
.entry-header.entry-header a:hover {
  border-bottom-width: 1px;
}
.page-modules .entry-header {
  padding-bottom: 0;
}
.entry-content > .entry-header {
  width: 100vw;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (min-width: 768px) {
  .entry-content > .entry-header {
    margin-left: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-content > .entry-header {
    margin-left: -132px;
  }
}

@media screen and (min-width: 768px) {
  .entry-title,
.entry-meta {
    margin-left: 0;
    margin-right: 0;
  }
}

.entry-content {
  margin-top: 24px;
}
.entry-content:first-child {
  margin-top: 0;
  padding-top: 0;
}
.entry-content :first-child.gallery {
  margin-top: -24px;
}
.entry-content a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media screen and (max-width: 767px) {
  .entry-content table:not(.shop_table) {
    width: auto !important;
    display: block;
    overflow: scroll;
    padding: 0;
  }
  .entry-content table:not(.shop_table) tbody {
    display: table;
  }
  .entry-content table:not(.shop_table) td {
    white-space: nowrap;
  }
}

.entry-footer {
  padding-top: 24px;
}

/*--------------------------------------------------------------
## 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 img[class*=wp-image-] {
  display: block;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}

.wp-caption,
figcaption,
.wp-block-image figcaption,
.wp-caption .wp-caption-text,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-caption-text {
  position: static;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
  color: black;
  background: transparent;
  margin: 0;
  padding: 3px;
}

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

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

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .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;
}

/*--------------------------------------------------------------
# 404 Inversion
--------------------------------------------------------------*/
body.invert,
body.error404 {
  background: black !important;
  color: white;
}
body.invert .error-404,
body.error404 .error-404 {
  margin-top: -101px;
  font-size: 404px;
  line-height: 1;
  font-weight: 600;
  vertical-align: baseline;
  overflow: hidden;
}
body.invert .error-404 *,
body.error404 .error-404 * {
  color: white;
}
@media screen and (max-width: 767px) {
  body.invert .error-404,
body.error404 .error-404 {
    margin-top: -50px;
    font-size: 101px;
    line-height: 100px;
  }
}
body.invert .site-header .menu-toggle,
body.error404 .site-header .menu-toggle {
  color: white;
}
@media screen and (max-width: 767px) {
  body.invert .site-header,
body.error404 .site-header {
    background-color: black;
  }
}
body.invert .site-footer-menu a,
body.error404 .site-footer-menu a {
  color: white !important;
  border-color: white;
}
@media screen and (max-width: 767px) {
  body.invert.menu-open .site-menu,
body.error404.menu-open .site-menu {
    background-color: black;
  }
}
body.invert .main-navigation .site-menu a,
body.error404 .main-navigation .site-menu a {
  color: white;
  border-color: transparent;
}
body.invert .main-navigation .site-menu a:hover,
body.error404 .main-navigation .site-menu a:hover {
  color: #05acff;
  border-color: #05acff;
}
body.invert .site-branding .logo-text,
body.invert .main-navigation .intellijel-cart-wheels,
body.error404 .site-branding .logo-text,
body.error404 .main-navigation .intellijel-cart-wheels {
  fill: white;
}
body.invert .main-navigation .intellijel-cart-basket,
body.error404 .main-navigation .intellijel-cart-basket {
  stroke: white;
}
body.invert .woocommerce-currency-switcher,
body.error404 .woocommerce-currency-switcher {
  background-color: white;
  color: black;
}
body.invert .woocommerce-currency-switcher:hover,
body.error404 .woocommerce-currency-switcher:hover {
  background-color: #05acff;
}
body.invert .site-footer-newsletter input,
body.error404 .site-footer-newsletter input {
  color: white;
}

/*--------------------------------------------------------------
# MORRRRREEE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom Blocks
--------------------------------------------------------------*/
.intellijel-rack {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -12px;
}
@media screen and (min-width: 768px) {
  .intellijel-rack {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .intellijel-rack {
    margin-left: -132px;
    padding-left: 120px;
    padding-right: 24px;
  }
}
.intellijel-rack h1,
.intellijel-rack h2 {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.333;
  letter-spacing: 0.5px;
}

.intellijel-product {
  position: relative;
  margin: 12px 12px 72px;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .intellijel-product {
    margin: 12px 12px 72px;
  }
}
.intellijel-product.intellijel-module-hp-2 {
  font-family: "acumin-pro-semi-condensed", "Helvetica Narrow", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
}
.intellijel-product a {
  border-bottom: none;
}
.intellijel-product-text {
  position: absolute;
  left: 1px;
  right: -12px;
  clear: both;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .intellijel-product-text {
    left: 3px;
  }
}
.intellijel-product-text::after {
  display: block;
  content: "ⓘ";
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .intellijel-product-text::after {
    display: none;
  }
}
.intellijel-product:hover .intellijel-product-text::after, .intellijel-product:active .intellijel-product-text::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-module-hp-2 .intellijel-product-text {
    left: 1px;
  }
}
.intellijel-product-title {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.7px;
  line-height: 18px;
  margin-bottom: 0;
}
.intellijel-product-desc {
  display: none;
  float: left;
  white-space: nowrap;
  opacity: 0.6;
}
.intellijel-product.intellijel-case .intellijel-product-desc {
  white-space: pre-wrap;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-case .intellijel-product-desc {
    max-width: none;
  }
}
.intellijel-product.intellijel-case .intellijel-product-hp, .intellijel-product.intellijel-module .intellijel-product-hp {
  display: none;
  position: absolute;
  top: -30px;
  left: 3px;
  right: 0;
  color: white;
  opacity: 0.6;
}
.intellijel-product.intellijel-case .intellijel-product-hp::before, .intellijel-product.intellijel-module .intellijel-product-hp::before {
  position: absolute;
  display: block;
  top: 18px;
  left: -3px;
  right: 0;
  border: 1px solid white;
  border-bottom: none;
  content: "";
  height: 6px;
}
.intellijel-product.intellijel-case .intellijel-product-hp {
  top: -27px;
}
.intellijel-product.intellijel-case .intellijel-product-hp::before {
  right: 23px;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-case .intellijel-product-hp::before {
    right: 46px;
  }
}
.intellijel-product.intellijel-case-7u .intellijel-product-hp {
  top: 16px;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-case-7u .intellijel-product-hp {
    top: 56px;
  }
}
.intellijel-product.intellijel-module-hp-2 .intellijel-product-hp {
  left: 1px;
}
.intellijel-product.intellijel-module-hp-2 .intellijel-product-hp::before {
  left: -1px;
}
.intellijel-product.intellijel-case .intellijel-product-u {
  display: none;
  position: absolute;
  bottom: 0;
  color: white;
  opacity: 0.6;
}
.intellijel-product.intellijel-case .intellijel-product-u::before {
  position: absolute;
  display: block;
  border: 1px solid white;
  border-right: none;
  content: "";
  width: 6px;
}
.intellijel-product.intellijel-case-4u .intellijel-product-u {
  top: 54px;
  left: -30px;
}
.intellijel-product.intellijel-case-4u .intellijel-product-u::before {
  top: 18px;
  left: 8px;
  bottom: 10px;
}
.intellijel-product.intellijel-case-7u .intellijel-product-u {
  top: 81px;
  left: -43px;
}
.intellijel-product.intellijel-case-7u .intellijel-product-u::before {
  top: 18px;
  left: 8px;
  bottom: 13px;
}
@media screen and (min-width: 1024px) {
  .intellijel-product:hover .intellijel-product-u {
    display: block;
  }
}
.intellijel-product:hover .intellijel-product-desc, .intellijel-product:hover .intellijel-product-hp {
  display: block;
}
.intellijel-product-photo {
  display: block;
  position: relative;
}
.intellijel-product-photo img {
  display: block;
  width: auto;
}
.intellijel-product.intellijel-module .intellijel-product-photo:hover, .intellijel-product.intellijel-module .intellijel-product-photo:active {
  display: block;
}
.intellijel-product.intellijel-module .intellijel-product-photo::after {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  box-shadow: inset 0 0 0 1px #cccccc;
}
.intellijel-product.intellijel-module .intellijel-product-photo img {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  max-height: 153px;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-module .intellijel-product-photo img {
    max-height: 306px;
  }
}
.intellijel-product.intellijel-module-1u .intellijel-product-photo img {
  max-height: 47px;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-module-1u .intellijel-product-photo img {
    max-height: 94px;
  }
}
.intellijel-product.intellijel-case .intellijel-product-photo {
  overflow-x: hidden;
  left: -12px;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-case .intellijel-product-photo {
    overflow-x: hidden;
    left: -24px;
  }
}
.intellijel-product.intellijel-case .intellijel-product-photo img {
  max-width: none;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
}
.intellijel-product.intellijel-case-4u .intellijel-product-photo img {
  height: 248px;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-case-4u .intellijel-product-photo img {
    height: 496px;
  }
}
.intellijel-product.intellijel-case-7u .intellijel-product-photo img {
  height: 423px;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .intellijel-product.intellijel-case-7u .intellijel-product-photo img {
    height: 846px;
  }
}

.intellijel-feature {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  margin: -24px -12px 0;
  padding: 24px 12px 0;
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  .intellijel-feature {
    margin: 0;
    padding: 0;
    justify-content: left;
  }
  .entry-content .intellijel-feature {
    padding: 0;
    margin: 0;
  }
}
.intellijel-feature.intellijel-case {
  flex-direction: column;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .intellijel-feature.intellijel-case {
    flex-direction: row-reverse;
  }
}
.intellijel-feature.intellijel-case .intellijel-feature-text {
  flex: 1;
  align-self: flex-start;
  width: auto;
  min-width: auto;
  max-width: 768px;
}
@media screen and (min-width: 1024px) {
  .intellijel-feature.intellijel-case .intellijel-feature-text {
    max-width: 448px;
  }
}
.intellijel-feature.intellijel-case .intellijel-feature-photo {
  flex: 2;
}
.intellijel-feature.intellijel-case .intellijel-feature-photo img {
  max-height: none;
}
@media screen and (min-width: 1024px) {
  .intellijel-feature.intellijel-case-7u .intellijel-feature-photo img {
    margin-top: -7%;
  }
}
.entry-content .intellijel-feature.intellijel-no-firmware tr.intellijel-feature-meta-firmware {
  display: none;
}
.intellijel-feature-container {
  width: 100%;
  max-width: none;
}
.intellijel-feature-header {
  width: 100%;
  order: 0;
}
.intellijel-feature-photo {
  position: relative;
  text-align: right;
  order: 0;
  margin: 0 24px 24px 0;
}
.intellijel-module .intellijel-feature-photo::after {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  box-shadow: inset 0 0 0 1px #cccccc;
}
@media screen and (min-width: 768px) {
  .intellijel-feature-photo {
    display: block;
    margin-right: 36px;
    margin-bottom: 36px;
  }
}
.intellijel-feature-photo img {
  display: block;
  width: auto;
  max-height: 408px;
}
.intellijel-module .intellijel-feature-photo img {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.intellijel-module-1u .intellijel-feature-photo img {
  max-height: 136px;
}
.intellijel-feature-text {
  position: relative;
  width: min-content;
  min-width: 256px;
  max-width: 512px;
  margin-bottom: 24px;
  flex-grow: 1;
  order: 2;
  align-self: flex-end;
}
.intellijel-feature-text :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .intellijel-feature-text {
    margin-bottom: 36px;
  }
}
.intellijel-feature-title {
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 0 !important;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .intellijel-feature-title {
    margin: 0 !important;
  }
}
.intellijel-feature-desc {
  font-size: 20px;
  font-weight: 300;
  vertical-align: baseline;
  opacity: 0.75;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .intellijel-feature-desc {
    display: inline-block;
    margin: 0;
    line-height: 1.8;
  }
}

.intellijel-meta {
  clear: both;
  overflow: visible;
}
.intellijel-meta-icons .intellijel-meta-icon img {
  background-color: black;
}
.intellijel-meta-table {
  float: left;
  vertical-align: top;
  margin-right: 24px;
  margin-bottom: 12px;
  text-align: left;
  border: 0;
}
.intellijel-meta-table:last-child {
  margin-bottom: 0;
}
.intellijel-meta-table td,
.intellijel-meta-table th {
  border: 0;
  min-width: 18px;
  vertical-align: top;
  padding: 0 12px 0 0;
}
.intellijel-meta-table th {
  font-weight: 300;
  height: 12px;
}
.intellijel-meta-table td {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 200;
  white-space: nowrap;
}
.intellijel-meta-table a {
  opacity: 0.5;
}
.intellijel-meta-table a:hover {
  opacity: 1;
}
.intellijel-meta-table .intellijel-meta-icon {
  display: none;
  width: 30px;
}
.intellijel-meta-table img {
  display: block;
  height: 18px;
  width: auto;
  max-width: 18px;
  margin: 6px auto 0;
}

.intellijel-dealer-table {
  width: 100%;
  font-size: 16px;
}
.intellijel-dealer-table th,
.intellijel-dealer-table td {
  text-align: left;
  vertical-align: middle;
}
.intellijel-dealer-table tr:nth-child(odd) {
  background: #fafafa;
}
.intellijel-dealer-table th {
  color: black;
  font-weight: 600;
}
.intellijel-dealer-table th.section {
  background: black;
  color: white;
}
.intellijel-dealer-table .sku,
.intellijel-dealer-table .product {
  white-space: nowrap;
}
.intellijel-dealer-table .sku {
  font-weight: 600;
}
.intellijel-dealer-table .sku,
.intellijel-dealer-table .qty,
.intellijel-dealer-table .price {
  width: 100px;
}
.intellijel-dealer-table .checkbox {
  width: 1px;
}
.intellijel-dealer-table .checkbox input {
  width: 16px;
}
.intellijel-dealer-table th.qty,
.intellijel-dealer-table td.qty {
  text-align: center;
}
.intellijel-dealer-table input {
  border: 0;
  text-align: center;
  font-weight: 600;
}

.intellijel-dealer-pick-list {
  font-size: 10px;
  border: 1px solid #ddd;
}
.intellijel-dealer-pick-list td {
  border: 1px solid #ddd;
}

.intellijel-pick-list .entry-header,
.intellijel-pick-list .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

input.intellijel-dealer-input,
textarea.intellijel-dealer-input,
.intellijel-dealer-table input,
.intellijel-dealer-comments textarea {
  font-size: 16px;
  background: transparent;
  border: 1px solid #eee;
  margin: 0;
  width: 100%;
  vertical-align: middle;
  color: #185b7d;
}
input.intellijel-dealer-input:placeholder-shown,
textarea.intellijel-dealer-input:placeholder-shown,
.intellijel-dealer-table input:placeholder-shown,
.intellijel-dealer-comments textarea:placeholder-shown {
  background-color: #fff83b;
}
input.intellijel-dealer-input:read-only,
textarea.intellijel-dealer-input:read-only,
.intellijel-dealer-table input:read-only,
.intellijel-dealer-comments textarea:read-only {
  background-color: transparent;
}

.intellijel-dealer-comments {
  margin-top: 24px;
  font-weight: 400;
}
.intellijel-dealer-comments label {
  display: none;
  font-weight: bold;
}
.intellijel-dealer-comments .logged-in-as {
  display: none;
}
.intellijel-dealer-comments ul,
.intellijel-dealer-comments li {
  list-style: none;
}
.intellijel-dealer-comments .comment-meta {
  margin-top: -24px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 200;
  color: #4d4d4d;
}
.intellijel-dealer-comments .reply {
  display: none;
}
.intellijel-dealer-comments .comment-body:hover .reply {
  display: inline;
}

.intellijel-feature .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  padding-left: 24px;
}
ins .intellijel-feature .woocommerce-Price-amount {
  padding-left: 0;
}
.intellijel-feature .woocommerce-Price-amount del {
  opacity: 0.7;
}
.intellijel-feature .woocommerce-Price-amount ~ .intellijel-feature .woocommerce-Price-amount {
  padding-left: 0;
}

.woocommerce-variation-price ins {
  background: transparent;
}

.intellijel-feature-buy {
  margin-top: 24px;
}

.intellijel-feature-price,
.woocommerce-variation-price {
  position: absolute;
  bottom: 0;
  left: 100px;
  white-space: nowrap;
  padding-right: 20px;
}
.out-of-stock + .intellijel-feature-price,
.out-of-stock + .woocommerce-variation-price {
  margin-left: 60px;
}

.intellijel-buy,
.intellijel-feature-buy {
  position: relative;
  display: flex;
}
.intellijel-buy a,
.intellijel-feature-buy a {
  color: #05acff;
}
.intellijel-buy .in-stock,
.intellijel-feature-buy .in-stock {
  display: none;
}
.intellijel-buy .out-of-stock,
.intellijel-feature-buy .out-of-stock {
  display: inline-block;
  padding: 0 24px;
  margin: 0;
  line-height: 36px !important;
  color: black;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid black;
  white-space: nowrap;
}
.intellijel-buy .woocommerce-variation-add-to-cart-disabled,
.intellijel-feature-buy .woocommerce-variation-add-to-cart-disabled {
  opacity: 0.5;
}
.woocommerce .intellijel-buy .woocommerce-variation-add-to-cart-disabled button.button.disabled,
.woocommerce .intellijel-feature-buy .woocommerce-variation-add-to-cart-disabled button.button.disabled {
  opacity: 1;
}
.intellijel-buy .variations,
.intellijel-feature-buy .variations {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  width: auto;
  margin-bottom: 24px;
}
.intellijel-buy .variations td,
.intellijel-feature-buy .variations td {
  border: 0;
  white-space: nowrap;
  padding: 0;
}
.intellijel-buy .variations td.label,
.intellijel-feature-buy .variations td.label {
  padding-left: 0 !important;
}
.intellijel-buy .variations select,
.intellijel-feature-buy .variations select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  background: transparent;
  margin: 0 1em;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.intellijel-buy .variations select:hover,
.intellijel-feature-buy .variations select:hover {
  color: #05acff;
  border-color: #05acff;
}
.intellijel-buy .variations_form,
.intellijel-feature-buy .variations_form {
  position: relative;
}
.intellijel-buy .reset_variations,
.intellijel-feature-buy .reset_variations {
  color: black;
  border-bottom: none;
  text-decoration: none;
  opacity: 0.5;
}
.intellijel-buy .quantity,
.intellijel-feature-buy .quantity {
  display: none !important;
}

.woocommerce-variation-add-to-cart:not(.woocommerce-variation-add-to-cart-disabled):hover input.qty,
.product-type-simple .cart:hover input.qty,
.intellijel-feature-buy > .cart:not(.variations_form):hover input.qty {
  border-color: #05acff;
  color: #05acff;
}
.woocommerce-variation-add-to-cart:not(.woocommerce-variation-add-to-cart-disabled):hover button,
.product-type-simple .cart:hover button,
.intellijel-feature-buy > .cart:not(.variations_form):hover button {
  color: #05acff;
  border-color: #05acff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: transparent;
  border: 2px solid #8c8c8c;
  color: #8c8c8c;
  line-height: 14px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #8c8c8c;
  color: white;
}
.woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background-color: transparent;
  color: #8c8c8c;
  border-color: #8c8c8c;
  opacity: 0.5;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: transparent;
  border: 2px solid #05acff;
  color: #05acff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #05acff;
  color: white;
}

.cart-empty {
  font-weight: 600;
}

.woocommerce .product-remove {
  width: 50px;
}
.woocommerce ul#shipping_method .amount {
  float: right;
}
.woocommerce .cart-collaterals .cart_totals tr th {
  width: auto;
}
.woocommerce .checkout-button {
  float: right;
  max-width: 300px;
}

#intellijel .post-edit-link,
#intellijel .button.more,
#intellijel button.single_add_to_cart_button {
  display: inline-block;
  padding: 0 24px;
  line-height: 36px !important;
  border-radius: 0;
  color: black;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  transition: unset !important;
  border: 2px solid black;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
}
#intellijel .post-edit-link:not(.disabled):hover,
#intellijel .button.more:not(.disabled):hover,
#intellijel button.single_add_to_cart_button:not(.disabled):hover {
  transition: unset !important;
  border-color: #05acff;
  color: #05acff;
  padding: intitial;
}
#intellijel .post-edit-link::after,
#intellijel .button.more::after,
#intellijel button.single_add_to_cart_button::after {
  display: none;
}

.cn-button {
  color: white;
  text-decoration: underline;
}

.support-table {
  max-width: 100%;
}
.support-table a {
  border-bottom: none;
}
.support-table th,
.support-table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 12px;
}
.support-table img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 6px;
}
.support-table .support-table-firmware {
  text-align: left;
}
.support-table-manual img {
  display: block;
  margin: 0 auto;
}
.support-table .intellijel-tag {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .support-table .intellijel-tag {
    display: inline-block;
    width: auto;
    margin-right: 1em;
  }
}

.intellijel-tag {
  display: inline-block;
  margin: 0 10px;
  border-radius: 2px;
  background: #185b7d;
  color: white;
  font-weight: 600;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 15px;
  min-width: 42px;
  text-align: center;
}
h1 .intellijel-tag {
  vertical-align: middle;
  background: #fff83b;
  color: black;
  font-size: 16px;
  line-height: 20px;
}

.intellijel-changelog {
  width: 100%;
  max-width: none;
  padding-bottom: 24px;
}
.intellijel-changelog h1 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.333;
  letter-spacing: 0.5px;
}
.intellijel-changelog h2 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 300;
}
.intellijel-changelog h2:before {
  display: inline-block;
  margin-right: 12px;
  background-color: var(--tag-background, #05acff);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tag-color, white);
  padding: 2px 12px;
  font-size: 12px;
  line-height: 16px;
  content: attr(data-tag);
}
.intellijel-changelog h2:after {
  display: inline;
  content: " — " attr(data-date);
  opacity: 0.33;
}
.intellijel-changelog a {
  opacity: 0.66;
}
.intellijel-changelog a:hover {
  opacity: 1;
  border-bottom: 1px solid transparent;
}

/*--------------------------------------------------------------
## Gutenberg Styles
--------------------------------------------------------------*/
.aligncenter img {
  display: block;
  margin: 0 auto;
}

/* Dropcaps */
p.has-drop-cap:first-letter {
  font-family: "Playfair Display", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-size: 64px;
  font-size: 4rem;
  margin-right: 0.1em;
}

/* Images */
.wp-block-image {
  margin-bottom: 1.5em;
  text-align: center;
}

.wp-block-image figcaption {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.75em auto;
}

/* Galleries */
.wp-block-gallery {
  padding-left: 0;
}

/* Blockquotes*/
.wp-block-quote {
  margin-bottom: 1.5em;
}

.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  width: 100%;
}

.wp-block-quote.is-large {
  border-left: none;
  padding: 0;
}

.wp-block-quote.is-large p {
  font-size: 32px;
  font-size: 2rem;
}

.wp-block-quote.is-large p:last-of-type {
  padding-bottom: 0.25em;
  margin-bottom: 0;
}

.wp-block-quote.is-large cite {
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2.5em;
  margin-top: 0;
  text-align: right;
}

/* Cover Images */
.wp-block-cover-image {
  margin: 0 0 1.5em;
}

/* Embed */
.wp-block-embed {
  margin: 0 0 1.5em;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  height: 0;
  padding-bottom: 56.5%;
}

/* Video */
.wp-block-video {
  margin: 0 0 1.5em;
  text-align: center;
}

.wp-block-video video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* Audio */
/* Pullquotes */
.wp-block-pullquote {
  border-bottom: 3px solid #ef5656;
  border-left: none;
  border-top: 3px solid #ef5656;
  color: #555;
  font-family: "Playfair Display", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  margin-bottom: 1.5em;
  padding: 0.75em;
}

.wp-block-pullquote > p {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Playfair Display", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  margin: 0 0 0.75em;
  line-height: 1.1;
}

.wp-block-pullquote > cite {
  color: #777;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

@media screen and (min-width: 37.5em) {
  .wp-block-pullquote {
    padding: 1.5em 0.75em;
  }

  .wp-block-pullquote > p {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 0.75em;
  }
}
.wp-block-pullquote.alignleft > p,
.wp-block-pullquote.alignright > p {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-pullquote.alignleft {
  text-align: left;
}

.wp-block-pullquote.alignright {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .wp-block-pullquote.alignright {
    text-align: center;
    margin-right: -120px;
  }

  .wp-block-pullquote.alignleft {
    text-align: center;
    margin-left: -120px;
  }

  .wp-block-pullquote.alignwide {
    padding: 1.5em 2em;
  }

  .wp-block-pullquote.alignfull {
    padding: 2em 3em;
  }
}
/* Twitter */
.twitter-tweet {
  border-color: #cccccc;
}

/* Categories */
/* Tables */
.wp-block-table {
  display: table;
}

.wp-block-table.alignleft,
.wp-block-table.alignright {
  max-width: 50%;
}

/* Preformatted */
/* Code */
/* Verse */
.wp-block-verse {
  border: 0;
  font-family: inherit;
  padding: 0;
}

.wp-block-verse.aligncenter {
  text-align: center;
}

.wp-block-verse.alignright {
  text-align: right;
}

/* Separator */
.wp-block-separator {
  background-color: transparent;
  margin-bottom: 1.5em;
  width: 75%;
  max-width: 75%;
}

.wp-block-separator.alignwide {
  width: 100%;
  max-width: 100%;
}

.wp-block-separator.alignfull {
  width: 100vw;
  max-width: 100vw;
}

/* Buttons */
.wp-block-button {
  margin-bottom: 1.5em;
  text-align: center;
}

.wp-block-button .wp-block-button__link {
  background-color: #05acff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

/* Text Columns */
.wp-block-text-columns .wp-block-column {
  margin: 0 12px;
}

/* Columns */
.wp-block-columns {
  grid-column-gap: 24px;
}
.wp-block-columns.alignwide {
  max-width: 1000px;
}
.wp-block-columns .entry-header {
  padding-top: 24px;
  padding-left: 0;
}

/* Latest Posts */
.wp-block-latest-posts__post-date {
  color: #888;
}

.alignfull {
  clear: both;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0 0 1.5em -12px;
}
@media screen and (min-width: 768px) {
  .alignfull {
    margin-left: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .alignfull {
    margin-left: -132px;
  }
}

.alignfull .jetpack-video-wrapper iframe,
.alignwide .jetpack-video-wrapper iframe {
  margin-left: auto !important;
  /* to override inline styles */
  margin-right: auto !important;
}

.entry-content .woocommerce,
.alignwide {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .entry-content .woocommerce,
.alignwide {
    width: 1024px;
    max-width: 1024px;
  }
}

.alignwide img,
.alignfull img {
  display: block;
  margin: 0 auto;
}

.wp-block-quote {
  font-size: 24px;
}

@media screen and (min-width: 1024px) {
  .wp-block-image.alignright {
    margin-right: -120px;
  }
}

@media screen and (min-width: 1024px) {
  .wp-block-image.alignleft {
    margin-left: -120px;
  }
}

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
}

input,
textarea {
  border-radius: 0 !important;
}

.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce table.shop_table td.actions {
  padding: 12px;
}

.woocommerce a.remove {
  line-height: 0.95;
  border-radius: 50%;
  color: #ff213b !important;
  text-decoration: none !important;
  font-family: sans-serif;
}

.coupon .input-text {
  min-width: 120px;
}

table.cart .product-thumbnail {
  display: none;
}
table.cart .variation {
  font-size: 14px;
}
table.cart .variation,
table.cart .variation dt,
table.cart .variation dd,
table.cart .variation p {
  margin: 0;
}

.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3 {
  margin: initial !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: block;
  overflow: auto;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  float: left;
  list-style: none;
  padding-right: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: black;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: #05acff;
  border-bottom: 1px solid #05acff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #05acff;
  border-bottom: 1px solid #05acff;
}

.site-notices {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  background-color: transparent;
  font-size: 16px;
  z-index: 10000;
  line-height: 36px;
  cursor: pointer;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #fff;
  display: none;
}
.woocommerce-form-login-toggle .woocommerce-error, .site-notices .woocommerce-error, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-form-coupon-toggle .woocommerce-error,
.woocommerce-form-login-toggle .woocommerce-info,
.site-notices .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-message,
.site-notices .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-form-coupon-toggle .woocommerce-message {
  display: block;
}
.site-notices .woocommerce-error,
.site-notices .woocommerce-info,
.site-notices .woocommerce-message {
  margin: 0;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0;
}

.woocommerce-message {
  border-color: #05acff;
}
.woocommerce-message::before {
  color: #05acff;
}

.woocommerce-error {
  border-color: #ff213b;
}
.woocommerce-error::before {
  color: #ff213b;
}

/*# sourceMappingURL=style.css.map */
