/** Shopify CDN: Minification failed

Line 950:42 Unexpected ","
Line 1007:0 Unexpected "}"
Line 1029:0 Comments in CSS use "/* ... */" instead of "//"

**/
/* EKM Custom CSS */

/************************************************************************
 Custom Modules
************************************************************************/
/* Colors *//* Fonts *//* Logo *//* Layout *//* Typography *//* Placeholder colors *//* Icons *//* Links */

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

a:focus,
a:hover {
  color: #178cf9;
}

a.disabled {
  color: #1d1d1d;
  cursor: default;
}

a.disabled:focus,
a.disabled:hover {
  color: #1d1d1d;
  cursor: default;
}



/* Slideshow variables
 This value also has to match `./scripts/SlideshowView.coffee`, line 214 *//* Homepage customer logos */
.customer-logos {
  padding: 90px 60px; 
}

.customer-logos .module-header {
  padding-bottom: 30px;
}

.customer-logos .logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;  
}

.customer-logos .logo-container .logo-wrapper {
  max-width: 130px;
  padding-bottom: 10px;
  padding: 10px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.customer-logos .home-testimonials-slides-list-item-body {
  padding-bottom: 15px;
}

.home-testimonials-title {
  font-size: 24px;
}

/* Homepage EKM Push hardware section */
.ekm-push-feature .module-header {
  padding: 0 0 30px 0;
  max-width: 600px;
  margin: 0 auto;
}

.ekm-push-feature .module-body {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ekm-push-feature .product-feature-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ekm-push-feature .product-feature-section .product {
  width: 320px;
}

.ekm-push-feature .product-feature-section .product .product-wrapper {
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: white;
  z-index: 1000;
  margin: 0 auto;
}

.ekm-push-feature .product-feature-section .product .product-wrapper img {
  margin: 0 auto;
}

.ekm-push-feature .product-feature-section .product .product-wrapper .list-item {
  margin-bottom: 0;
}

.ekm-push-feature .product-feature-section .product .product-wrapper .list-title {
  font-size: 18px;
}

.ekm-push-feature .product-feature-section .graphic {
  padding-top: 4%;
  padding-left: 6%;
}

.ekm-push-feature .quality-section {
  border: 2px solid #178cf9;
  padding: 30px;
  margin: 30px;
  display: flex;
}

.ekm-push-feature .quality-section .block {
  justify-content: flex-start;
  align-items: start;
  display: flex;
  padding: 0 30px;
  text-align: left;
}

.ekm-push-feature .quality-section .block .text {
  color: #178cf9;
  font-weight: 400;
  padding: 0 20px;
}

/*
	Homepage Solutions Grid and Homepage Push Feature
	Hide desktop and mobile images when necessary
*/
.ekm-solutions-grid {
  padding: 0;
}

.ekm-solutions-grid .image-desktop {
  display: block;
}

.ekm-solutions-grid .image-mobile {
  display: none;
  margin: 0 auto;
}

.ekm-push-feature .image-desktop {
  display: block;
  width: 100%;
  max-width: 651px;
}

.ekm-push-feature .image-mobile {
  display: none;
  margin: 0 auto;
}


/* Homepage Data monitoring and revenue billing sections */
.ekm-feature-section {
  overflow: hidden;
  position: relative;
}

.ekm-feature-section.feature-Revenue {
  background-color: #c3d939;
}
.ekm-feature-section.feature-Revenue .module-body ul li p::before {
  background-color: #759c1a;
}
  
.ekm-feature-section.feature-Revenue .module-header .module-title {
  color: #1d1d1d;
}
  
.ekm-feature-section.feature-Data {
  background-color: #178cf9;
}
  
.ekm-feature-section.feature-Data .module-content {
  color: #fff;
}
  
.ekm-feature-section.feature-Data .module-title {
  color: #fff;
}
  
.ekm-feature-section.feature-Data .button {
  color: #fff;
  border-color: #fff;
}

.ekm-feature-section.feature-Installer .module-header .module-title {
  color: #000;
}

.ekm-feature-section .module-content {
    text-align: left;
    width: 45%;
  }
  
.ekm-feature-section .module-header {
  padding-bottom: 20px;
}
  
.ekm-feature-section .module-header .module-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-bottom: 20px;
}

.ekm-feature-section .module-header .module-title {
  color: white;
}


.ekm-feature-section .module-body {
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
}
.ekm-feature-section .module-body ul {
  margin-left: 15px;
  margin-bottom: 60px;
}

.ekm-feature-section .module-body ul li p{
  padding: 0;
  font-weight: 400;
}

.ekm-feature-section .module-body ul li p::before {
    background-color: #c3d939;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-left: -15px;
    margin-top: 10px;
    position: absolute;
}
  
.ekm-feature-section .ekm-module-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
  
/* Homepage Encompass section */

.ekm-encompass-feature .module-image {
  width: 40%;
  display: inline-block;
  float: left;
}
.ekm-encompass-feature .module-content {
  width: 35%;
  display: inline-block;
  margin-top: 60px;
  padding-bottom: 30px;
  text-align: left;
}
.ekm-encompass-feature .module-content .module-header {
  padding: 0;
}
.ekm-encompass-feature .module-content .module-title {
  font-size: 24px;
  line-height: 36px;
}

/* Homepage Live Widgets */
.ekm-live-widgets .module-header {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.ekm-live-widgets .module-title {
  font-size: 24px;
  line-height: 36px;
}
.ekm-live-widgets .widgets {
  display: flex;
}
.ekm-live-widgets .widgets .widget {
  flex: 1;
  margin: 30px;
}

.ekm-live-widgets .widgets .widget .widget-header {
  position: relative;
  padding-bottom: 30px;
}
.ekm-live-widgets .widgets .widget .widget-header h5 {
  font-size: 20px;
  padding-bottom: 15px;
}
.ekm-live-widgets .widgets .widget .widget-header .inline-image {
  margin-right: 15px;
}
.ekm-live-widgets .widgets .widget .widget-chart {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.10);
  padding: 30px;
  height: 350px;
  background-color: white;
}

.ekm-live-widgets .caption {
  text-align: right;
  font-size: 12px;
  padding: 0 30px;
}


/* Homepage Get Support */
.ekm-get-support .module-title {
  font-size: 18px;
  margin-top: 30px;
}
.ekm-get-support .module-content {
  font-weight: 400;
}
.ekm-get-support .module-content p {
  padding-top: 0;
}

/* Hardware page */
.hardware-products-list .list-meta {
  color: #ff9705;
}
.hardware-products-list .price {
  color: #178cf9;
}
.shopify-product-reviews-badge {
  color: #178cf9;
  justify-content: center;
}

.hardware .hardware-products-list {
  padding-top: 60px;
}
.hardware .hardware-text {
  color: #fff;
}

/* Hardware page collection rows */
.hardware .hardware-row {
  padding: 0 30px;
  text-align: left;
  max-width: 1260px;  
}
.hardware .hardware-row .module-header {
  padding: 30px 0;  
}

.hardware .hardware-row .module-header .module-subtitle {
  font-size: 16px;
  max-width: 540px;
  margin-left: 0;
}

.hardware-page-row {
  padding: 0 30px;
  text-align: left;
  max-width: 1260px;
}

.hardware-page-row .module-header {
  padding: 30px 0;  
}
.hardware-page-row .module-header .module-subtitle {
  font-size: 16px;
  max-width: 540px;
  margin-left: 0;
}

.hardware-page-row .list {
  padding-left: 0;
  padding-right: 0;
  text-align: left !important;
}
    
.hardware-button-link {
  position: absolute;
  right: 0;
  top: 70%;
}


/* Override quality inline div on hardware page*/
.quality {
  width: 80%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  border: 2px solid #c3d939;
  margin-top: 30px;
  margin-bottom: 60px;  
}
.quality .module-header {
  padding: 30px 0;  
}
.quality .module-header .module-title {
  font-size: 24px;
  line-height: 36px;
}

.list-meta {
  display: block;
  text-transform: revert;
  font-weight: 400;
  margin-top: 5px;  
}

/*
.price {
  color: #178cf9;  
}*/

.ekm-list-title, .list-title {
  font-size: 16px;
  font-weight: 400;
}



/* Global - Columns with Image */

.ekm-columns-with-image .image-wrapper {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 3px;
  background-color: white;
  margin: 0 auto;
  border: 1px solid #cccccc;
  transition: all 0.2s ease;
}
.ekm-columns-with-image .image-wrapper:hover {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.10);
  transition: all 0.2s ease;
}

/* App overrides
 --------------------------------------------------------------------- */

html {
  visibility: visible !important;
}

/* Custom header navegation  style */
.header-navigation-link {
  font-size: 16px;
  color: #1d1d1d;
}

/*.header-navigation-link:focus, .header-navigation-link:hover {
  color: #c3d939 !important;
}*/

.header-navigation-link.header-navigation-current::after {
  background-color: #c3d939 !important;
  content: revert;
}

.header-navigation-link.header-navigation-current {
  color: #c3d939;
}


/* testing */
.header-tools .navigation {
  position: relative;
  height: 110px;
  display: inline-block;
  line-height: 110px;
  vertical-align: top;
  text-align: left;
  z-index: 1
}

.collapsed-navigation .header-tools .navigation {
  display: none
}

.header-tools .navigation .has-dropdown.open .secondary-list,
.header-tools .navigation .has-dropdown:active .secondary-list,
.header-tools .navigation .has-dropdown:hover .secondary-list {
  top: 100%;
  left: -80px;
  display: block
}

.header-tools .navigation .secondary-list-item.open .tertiary-list,
.header-tools .navigation .secondary-list-item:active .tertiary-list,
.header-tools .navigation .secondary-list-item:hover .tertiary-list {
  top: -15px;
  left: 100%;
  display: inline-block;
  margin: 0
}

.header-navigation {
  position: relative;
  z-index: 1000;
  background: #1d1d1d
}

.header-navigation.sticky-header {
  border-bottom: 0;
  top: 110px
}

.touch .header-navigation.sticky-header {
  top: auto
}

.header-navigation-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0
}

.header-drawer .header-navigation-list {
  padding: 75px 0
}

.header-navigation-list-item {
  position: relative;
  float: left;
  padding: 20px 0;
  margin: 0
}

.header-navigation-list-item.has-dropdown {
  cursor: pointer
}

.header-drawer .header-navigation-list-item {
  width: 100%;
  padding: 15px 15px 0
}

.header-drawer .header-navigation-list-item:first-child {
  padding: 0
}

.header-navigation-link.primary-link:hover {
  text-decoration: none;
  color: #c3d939 !important
}

.header-navigation-link.primary-link::after {
  height: 0 !important
}

.header-navigation-list-item.primary-list-item.has-dropdown:first-child .header-navigation-list.secondary-list {
  margin: 8px auto
}

.header-navigation-list.secondary-list {
  width: auto;
  padding: 0;
  left: -90px !important
}

.header-navigation-list-item.secondary-list-item {
  padding: 15px 15px;
  border-width: 0 0 1px;
  border-color: #eee;
  border-style: solid;
  transition: 0.2s
}

.header-navigation-list-item.secondary-list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.header-navigation-list-item.secondary-list-item:last-child {
  padding-bottom: 15px;
  border-width: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
/* Charly Checking menu bar*/
.header-navigation-list-item.secondary-list-item .header-navigation-link.secondary-link {
  white-space: nowrap;
  padding: 12px;
  margin: -15px;
}

.header-navigation-list-item.secondary-list-item:hover {
  background-color: #c3d939
}

.header-navigation-list-item.secondary-list-item:hover .header-navigation-link.secondary-link {
  color: #fff;
  text-decoration: none
}

.main-header .primary-list-item {
  padding-right: 15px;
  padding-left: 15px
}

.main-header .primary-list-item.has-dropdown .primary-link {
  margin-right: 5px
}

.primary-link {
  height: 20px;
  padding: 0
}

.slide-color-dark .primary-link:after {
  background-color: #000
}

.slide-color-light .primary-link:after {
  background-color: #fff
}

.slide-color-light .primary-link,
.slide-color-dark .primary-link {
  position: relative
}

.slide-color-light .primary-link:focus:after,
.slide-color-light .primary-link:hover:after,
.slide-color-dark .primary-link:focus:after,
.slide-color-dark .primary-link:hover:after {
  position: absolute;
  bottom: -49px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: ""
}


.header-navigation-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  color: #1d1d1d
}

.header-navigation-link:focus,
.header-navigation-link:hover {
  color: #c3d939
}

.slide-color-light .header-navigation-link,
.slide-color-dark .header-navigation-link {
  position: relative
}

.slide-color-light .header-navigation-link:focus,
.slide-color-light .header-navigation-link:hover,
.slide-color-dark .header-navigation-link:focus,
.slide-color-dark .header-navigation-link:hover {
  opacity: 1
}

.slide-color-light .header-navigation-link.header-navigation-current:after,
.slide-color-dark .header-navigation-link.header-navigation-current:after {
  display: none
}

.slide-color-light .scrolled .header-navigation-link,
.slide-color-dark .scrolled .header-navigation-link {
  color: #1d1d1d;
  opacity: 1
}

.header-navigation-link.header-navigation-current {
  color: #c3d939;
  position: relative;
  font-weight: 700
}

.header-navigation-link.header-navigation-current:focus,
.header-navigation-link.header-navigation-current:hover {
  color: #c3d939
}

.header-navigation-link.header-navigation-current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -49px;
  width: 100%;
  height: 1px;
  background-color: #c3d939;
  z-index: -1
}

.header-drawer .header-navigation-link.header-navigation-current:after {
  display: none
}

.header-bleed-light-colors .header-navigation-link.header-navigation-current {
  color: #fff;
  font-weight: 700;
  opacity: 1
}

.header-bleed-light-colors .header-navigation-link.header-navigation-current:focus,
.header-bleed-light-colors .header-navigation-link.header-navigation-current:hover {
  color: #fff
}

.header-bleed-light-colors .header-navigation-link.header-navigation-current:after {
  background: #fff
}

.header-bleed-dark-colors .header-navigation-link.header-navigation-current {
  color: #000;
  font-weight: 700;
  opacity: 1
}

.header-bleed-dark-colors .header-navigation-link.header-navigation-current:focus,
.header-bleed-dark-colors .header-navigation-link.header-navigation-current:hover {
  color: #000
}

.header-bleed-dark-colors .header-navigation-link.header-navigation-current:after {
  background: #000
}

.showing-drawer .header-navigation-link.header-navigation-current {
  color: #fff;
  font-weight: inherit
}

.showing-drawer .header-navigation-link.header-navigation-current:focus,
.showing-drawer .header-navigation-link.header-navigation-current:hover {
  color: #fff
}

.header-drawer .header-navigation-link {
  display: inline-block;
  float: none;
  height: auto;
  margin: 0;
  text-align: center;
  vertical-align: top;
  font-family: Libre Franklin, sans-serif;
  font-size: 26px;
  line-height: 36px;
  color: #fff
}

.header-drawer .header-navigation-link:hover {
  color: #c3d939
}

.header-drawer .header-navigation-link:after {
  display: none !important
}

.tertiary-list,
.secondary-list {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
  width: 200px;
  padding: 15px 0;
  margin: 8px 50%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc
}

.header-drawer .tertiary-list,
.header-drawer .secondary-list {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  top: auto;
  left: auto;
  display: none;
  float: left;
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  background-color: transparent;
  border: 0
}

.header-drawer .tertiary-list:before,
.header-drawer .tertiary-list:after,
.header-drawer .secondary-list:before,
.header-drawer .secondary-list:after {
  display: none
}

.secondary-list:before,
.secondary-list:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0)
}

.secondary-list:before {
  border-bottom-color: #ccc;
  border-width: 8px;
  margin-left: -8px
}

.secondary-list:after {
  border-width: 7px;
  margin-left: -7px;
  border-bottom-color: #fff
}

.primary-list-item.open .secondary-list {
  display: block
}

.header-drawer .tertiary-list {
  background-color: rgba(255, 255, 255, .05)
}

.secondary-list-item.open .tertiary-list {
  display: block
}

.secondary-list-item,
.tertiary-list-item {
  display: block;
  width: 100%;
  padding: 0 10px 10px;
  margin: 0
}

.secondary-list-item:last-child,
.tertiary-list-item:last-child {
  padding-bottom: 0
}

.tertiary-link,
.secondary-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  color: #1d1d1d;
  text-align: left;
  opacity: 1
}

.tertiary-link:focus,
.tertiary-link:hover,
.secondary-link:focus,
.secondary-link:hover {
  color: #c3d939
}

.header-drawer .tertiary-link:focus,
.header-drawer .tertiary-link:hover,
.header-drawer .secondary-link:focus,
.header-drawer .secondary-link:hover {
  color: #fff
}

.header-bleed-dark-colors .tertiary-link,
.header-bleed-light-colors .tertiary-link,
.header-bleed-dark-colors .secondary-link,
.header-bleed-light-colors .secondary-link {
  color: #1d1d1d
}

.header-bleed-dark-colors .tertiary-link:focus,
.header-bleed-dark-colors .tertiary-link:hover,
.header-bleed-light-colors .tertiary-link:focus,
.header-bleed-light-colors .tertiary-link:hover,
.header-bleed-dark-colors .secondary-link:focus,
.header-bleed-dark-colors .secondary-link:hover,
.header-bleed-light-colors .secondary-link:focus,
.header-bleed-light-colors .secondary-link:hover {
  color: #c3d939
}

.header-drawer .tertiary-link,
.header-drawer .secondary-link {
  width: auto;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
  opacity: .6
}

.header-drawer .tertiary-link:focus,
.header-drawer .tertiary-link:hover,
.header-drawer .secondary-link:focus,
.header-drawer .secondary-link:hover {
  color: #fff
}

.main-header .tertiary-link .has-dropdown>,
.main-header .secondary-link .has-dropdown> {
  padding-right: 5px
}

.header-drawer .tertiary-link {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  opacity: .6
}

.header-navigation-list-arrow {
  display: inline-block;
  cursor: pointer
}

.main-header .header-navigation-list-arrow {
  position: relative;
  top: 50%;
  right: 1px;
  margin-top: -.5em;
  line-height: 1em;
  color: #1d1d1d
}

.header-drawer .header-navigation-list-arrow {
  margin-left: 10px;
  font-size: 24px;
  color: #fff
}

.main-header .secondary-link+.header-navigation-list-arrow {
  right: 5px;
  margin-top: calc(-.5em - 5px);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.header-drawer .secondary-link+.header-navigation-list-arrow {
  font-size: 18px;
  vertical-align: middle;
  opacity: .6
}

.dynamic-testimonials .module-title {
	font-size: 24px;
}

.home-inline .has-link:hover .list-title {
  color: #178cf9;
  -webkit-transition: all 0.2s cubic-bezier(.25, .46, .45, .94);
  -ms-transition: all 0.2s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all 0.2s cubic-bezier(.25, .46, .45, .94);
  transition: all 0.2s cubic-bezier(.25, .46, .45, .94)
}
}

/* Collection section */
.collection-list .list-meta {
  font-weight: 400;
}
.collection-list .price {
  color: #178cf9;
}

.collection-list .spr-badge-caption {
  color: #000;
}

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

.module-wrapper.border {
  border-bottom: none
}

// Fixes showing the product reviews on the collection pages
.spr-badge {
  line-height: 16px;
  font-size: 16px;
  color: #000
}


.bold {
  font-weight: 700
}

.view-more-description {
  display: block;
  padding: 30px;
  margin: 0 auto;
  width: 99%;
}

.fluid-width-video-wrapper {
  padding-top: 50% !important; 
}

.video-container {
  all: revert !important;
}

/* Individual product page */
.product-info-hide {
    font-size: 0;
}

/* Hidde language and country code*/
.locale-selectors__container {
  display: none;
}

/* Bold */
.bold_option input[name="qty[]"] {
  border: 1px solid #1d1d1d;
}

/* Header */
.main-header-wrapper {
  border-bottom: 1px solid #cccccc;
}
.main-header {
  border-bottom: unset;
}

/* Cart */
.cart-button.cart-update-button {
  margin-right: unset;
  margin-bottom: 10px;
}
