/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    stratus
Domain Path:    /languages/
*/
/* = Theme customization starts here
-------------------------------------------------------------- */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .inner-container .entry-title {
    display: none;
  }

  .elementor-image img {
    width: 200px;
  }

  .acu-ie-overlay {
    position: absolute;
    background-color: #00a5b2;
    padding: 20px 20px;
    display: none;
    z-index: 10000;
    height: 230px;
    width: 400px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .acu-ie-overlay h3 {
    font-weight: 600;
    color: white;
  }

  .acu-ie-overlay p {
    color: white;
  }

  .acu-ie-overlay a {
    color: white !important;
    text-decoration: underline !important;
  }
}

/* General CSS Start */

body {
  background-color: #fff;
  color: #414444 !important;
}

a#scrollUp {
  color: #fff !important;
  font-weight: 600 !important;
  opacity: 0.9 !important;
}

h1 {
  font-size: 36px !important;
}

h2 {
  font-size: 32px !important;
}

h3 {
  font-size: 28px !important;
}

h4 {
  font-size: 24px !important;
}

h5 {
  font-size: 22px !important;
}

h6 {
  font-size: 18px !important;
}

p {
  font-size: 15px !important;
  margin: 10px 0;
}

ul li,
ol li {
  font-size: 15px !important;
}

a {
  color: rgba(0, 160, 175, 1) !important;
  /* #00a0af */
  font-weight: 600;
  white-space: normal !important;
  line-height: 22px;
}

a:hover {
  color: rgba(0, 81, 88, 1) !important;
  /* #005158 */
}

iframe {
  border: 0;
}

.acu-anchor-link {
  position: relative;
  top: -60px;
}

.acu-generic-header-section {
  background-color: #00a0af;
  background-image: linear-gradient(to bottom, #4b9ead, #227aa3);
}

.acu-generic-banner {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.acu-generic-banner__content {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}

.acu-generic-header-section h1 {
  margin: 0;
}

.acu-section-wrapper {
  max-width: 1140px;
  padding: 50px 0 80px;
  margin: 0 auto;
}

div.elementor-widget-spacer {
  margin-bottom: 0 !important;
}

h1.entry-title {
  color: #414444 !important;
}

hr {
  margin: 30px 0 !important;
}

hr.acu-hr50 {
  border-top: 0;
  border-bottom: 1px solid #ccc !important;
  width: 50%;
  margin: 30px auto !important;
}

hr.acu-hr-orange {
  border-color: #f68c35;
  border-top-width: 1px;
  margin: 0 !important;
}

.orange {
  color: #f68c34;
}

.red {
  color: red;
}

.white {
  color: #fff;
}

.acu-head-spacer {
  display: none;
}

.bg-color--white {
  background-color: #fff;
}

.bg-color--black {
  background-color: #000;
}

.bg-color--lt-gray {
  background-color: #f8f8f8;
}

.bg-color--lt-blue-gray {
  background-color: #eff2f4;
}

.font-weight--300 {
  font-weight: 300;
}

.font-weight--400 {
  font-weight: 400;
}

.font-weight--500 {
  font-weight: 500;
}

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

.font-weight--700 {
  font-weight: 700;
}

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

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

.text-sm {
  font-size: 0.8rem !important;
}

@media only screen and (min-width: 768px) {
  .acu-head-spacer {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .acu-head-spacer {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .acu-head-spacer {
    display: none;
  }
}

/* General CSS End */

/* Buttons Start */
button {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  margin: 10px 5px 10px 0;
  padding: 10px 13px;
  line-height: 22px;
}

button.acu-solid-blue-btn {
  background-color: rgba(0, 160, 175, 1);
  /* #00a0af */
  border-color: rgba(0, 160, 175, 1);
  /* #00a0af */
  color: #fff !important;
}

button.acu-solid-orange-btn {
  background-color: rgba(246, 140, 52, 1);
  /* #f68c34 */
  border-color: rgba(246, 140, 52, 1);
  /* #f68c34 */
  color: #fff !important;
}

button.acu-solid-gray-btn {
  background-color: rgb(166, 166, 166);
  /* #a6a6a6 */
  border-color: rgb(166, 166, 166);
  /* #a6a6a6 */
  color: #fff;
}

button.acu-outline-blue-btn {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 160, 175, 1);
  /* #00a0af */
  color: rgba(0, 160, 175, 1);
  /* #00a0af */
}

button.acu-outline-orange-btn {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(246, 140, 53, 1);
  /* #f68c35 */
  color: rgba(246, 140, 53, 1);
  /* #f68c35 */
}

button.acu-solid-blue-btn:hover,
button.acu-outline-blue-btn:hover {
  background-color: rgba(0, 81, 88, 1);
  /* #005158 */
  border-color: rgba(0, 81, 88, 1);
  /* #005158 */
  color: #fff;
}

button.acu-solid-orange-btn:hover,
button.acu-outline-orange-btn:hover {
  background-color: rgba(219, 127, 15, 1);
  /* #db7f0f */
  border-color: rgba(219, 127, 15, 1);
  /* #db7f0f */
  color: #fff;
}

button.acu-solid-gray-btn:hover {
  background-color: rgba(94, 94, 94, 1);
  /* #5e5e5e */
  border-color: rgba(94, 94, 94, 1);
  /* #5e5e5e */
}

button.acu-50-btn {
  width: 50%;
}

button.acu-70-btn {
  width: 70%;
}

/* Buttons End */

.acu-faq-section {
  margin: 0 20px;
}

.hide-row {
  background-color: #d7d7d7 !important;
  cursor: pointer;
}

.acu-solid-white-btn {
  background-color: #ffffff;
  border: none;
  color: #00a5b2;
}

/* Top Navigation Start */
.headhesive--clone #logo img {
  max-height: 40px !important;
}

.headhesive--clone .navbar-nav {
  margin-top: 15px !important;
}

/* Adjust the padding for cart icon */
.navbar-header #logo {
  margin-top: 18px;
  position: absolute;
  top: 0;
  margin-left: 30px;
  z-index: 1000;
}

.headhesive--clone .themo_cart_icon {
  margin-top: 46px !important;
}

.themo_cart_icon a i {
  color: #555 !important;
  display: none !important;
}

.navbar .navbar-toggle {
  display: none;
}

header.banner.navbar {
  background-color: #fff;
  border-bottom: 1px solid #f68c35;
}

header.banner.navbar .container {
  width: 100% !important;
  padding: 0 !important;
  max-width: 1300px !important;
}

/* Top Navigation End */
/* Privacy Start */
.acu-privacy-section a {
  color: #414444 !important;
  font-weight: 500 !important;
}

.acu-privacy-section h3 {
  font-size: 20px;
  font-weight: 600 !important;
}

/* Privacy End */
/* Footer Section Start */
.footer {
  background: #414444;
  padding: 50px 0 0 0;
}

.footer-btm-bar {
  background: #414444;
  padding: 0;
}

.footer-widgets.row {
  margin-bottom: 0;
}

.footer .widget-title {
  /* Footer Title Colour */
  color: #d2d2d2;
}

.footer p,
.footer a {
  color: #d2d2d2 !important;
  font-weight: normal !important;
}

.footer a:hover {
  text-decoration: underline !important;
}

.acu-footer-ico-payments {
  display: inline;
}

.acu-footer-ico-payments span img {
  width: 50px;
}

.acu-footer-social-ico span {
  font-size: 30px;
  margin-top: 30px;
  margin-right: 20px;
}

.acu-thank-social-ico a {
  font-size: 15px !important;
}

.elementor-5036 .elementor-element.elementor-element-6ab50d3:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap {
  background-color: white;
}

.acu-footer-about p {
  margin-bottom: 30px;
}

.acu-footer-about .five-wrt {
  width: 58px;
  opacity: 0.8;
  padding: 5px;
}

.acu-footer-about .made-in-ca {
  width: 60px;
  opacity: 0.8;
  padding: 5px;
}

.acu-footer-contact {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}

.acu-footer-contact div span {
  margin-right: 12px;
  line-height: 0.9em !important;
  font-size: 0.9em !important;
}

#frm_field_13_container {
  display: none !important;
}

.frm_submit input[type="submit"] {
  background-color: #414444 !important;
  border: 2px solid #efefef !important;
  border-radius: 4px !important;
}

.footer-area-2 .widget_recent_entries .widget-inner .widget-title {
  display: none;
}

/* Footer Section End */
.myflex {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: block;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.myflex a[class*="col-"] {
  margin: 4px !important;
  padding: 0 !important;
  border: 1px solid #ccc !important;
}

.nobox {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.greybg {
  background: #f6f6f6 !important;
  display: block;
}

.myflex [class*="col-"] .topwhite {
  width: 100%;
  background: #fff;
  border: none !important;
  text-align: center;
  overflow: visible;
  margin: 0;
  padding: 10px 0;
}

.myflex a {
  text-decoration: none;
}

.myflex [class*="col-"] .topwhite img {
  border: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.powermeters {
  padding: 40px 0 !important;
  display: block;
}

.powermeters img:first-child {
  width: 90%;
  margin: 60px auto;
  display: block;
}

.powermeters img:nth-child(2) {
  width: 40%;
  height: auto;
  margin: 20px auto !important;
  display: inline;
}

.powermeters img:nth-child(3) {
  width: 42%;
  margin: 20px auto !important;
  display: inline;
}

.myflex [class*="col-"] .textbox h5 {
  margin: 12px;
  text-align: center;
  line-height: 18px;
  font-weight: 500;
  color: #333;
}

.myflex [class*="col-"] .textbox p {
  margin: 12px;
  font-size: 14px !important;
  line-height: 18px;
  color: #333;
  font-weight: 500 !important;
  text-align: center !important;
}

@media only screen and (min-width: 768px) {
  .myflex {
    display: flex;
  }
}

a {
  text-decoration: none !important;
}

.acu-menu-desc {
  color: #999 !important;
  line-height: 1.2em !important;
}

.mega-prodnav .mega-menu-item,
.mega-prodnav .mega-menu-item a {
  line-height: 1.2em !important;
}

.certbox {
  margin: 20px auto !important;
  text-align: center;
}

.certicon {
  height: 40px !important;
  width: auto !important;
}

.btn-spacer01 {
  margin: 20px auto;
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    border: 0;
    display: block;
  }
}

/* 404 Pagew styles */
.erlinks li {
  line-height: 1.4em !important;
  margin-bottom: 16px;
}

.erlinks li small {
  line-height: 1em !important;
  color: #333;
  font-weight: 300 !important;
  display: block;
}

.erlinks li a {
  font-weight: 600 !important;
}

.erlinks li a {
  text-decoration: none !important;
}

h4.blog-para {
  font-size: 1em !important;
}

.search-form input[type="search"] {
  width: 200px !important;
}

.spacer {
  height: 30px;
}

.btn-primary {
  background-color: #f68c34;
  color: #fff;
  border: 0;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: #db7f0f;
}

.btn-info {
  background-color: #00a0af;
  color: #fff !important;
  border: 0;
  border-radius: 10px;
}

.btn-info:hover {
  background-color: #005158 !important;
  color: #fff !important;
}

/*PRODUCT MENU CSS*/
* {
  box-sizing: border-box;
}

/* Style the tab */
.product-tab {
  float: left;
  border-right: 1px dotted #ccc;
  background-color: #fff;
  width: 25%;
  /*height: 300px;*/
}

/* Style the buttons inside the tab */
.product-tab button {
  border-radius: 0 !important;
  display: block;
  background-color: inherit;
  color: #000;
  padding: 22px 16px !important;
  margin: 0 !important;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Change background color of buttons on hover */
.product-tab button:hover {
  background-color: #63d3e0;
}

/* Create an active/current "tab button" class */
.product-tab button.active {
  background-color: #ebf6f9;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px 0px 40px;
  border: none;
  width: 75%;
  border-left: none;
}

.tabcontent span {
  color: #00a0af;
  font-size: 14px !important;
}

/*GDPR Patches*/
.cc-compliance a.cc-btn {
  color: #ffffff !important;
}

#myModal a,
#myModal2 a {
  color: #22a1b0 !important;
}

/*Footer Address */
.footer-address a:hover {
  text-decoration: none !important;
  color: #ff9900 !important;
}

/*modbus mapping*/
.acu-right-dropdown {
  display: none;
}

.acu-h1-header {
  width: 280px;
  float: right;
}

.modbus-left-menu {
  margin-top: 20px;
}

.modbus-left-menu .th-itin-inactive .fa.fa-circle-o:before {
  content: "\f055";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #f58d35;
  font-size: 15px;
  padding-right: 0.1em;

  left: 0;
  position: relative;
  margin: 0 0 0 0;
}

.modbus-left-menu .th-itin-inactive .fa.fa-circle-o:hover:before {
  color: #ffaf6b;
}

.modbus-left-menu .th-itin-active .fa.fa-circle-o:before {
  content: "\f056";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #f58d35;
  font-size: 15px;
  padding-right: 0.1em;
  left: 0;
  position: relative;
  margin: 0 0 0 0em;
}

.modbus-left-menu .th-itin-active .fa.fa-circle-o:hover:before {
  color: #ffaf6b;
}

.modbus-left-menu .th-itin-title {
  padding: 0;
  margin-left: 22px;
}

.modbus-left-menu .th-itin-icon {
  cursor: pointer;
}

.modbus-left-menu .th-itin-content {
  margin: 0;
  padding: 10px 0 5px 30px;
}

.modbus-left-menu .th-itin-title {
  border-bottom: solid #d9d9d9 1px;
}

.modbus-left-menu .th-itin-title:hover {
  border-bottom: solid black 1px;
}

.modbus-left-menu .th-itin-content>a,
.modbus-left-menu .th-itin-content>p>a {
  display: block;
}

.modbus-left-menu .th-itin-content a:hover {
  border-bottom: solid #c9c9c9 1px;
}

.h5-modbus-title {
  padding-top: 20px !important;
  padding-bottom: 20px;
}

.h5-modbus-title h5 {
  border-left: #22a1b0 solid 3px;
  padding-left: 10px !important;
  margin-left: 10px;
}

.right-modbus-items {
  padding-left: 10px;
}

.right-modbus-items .elementor-toggle-item {
  margin-bottom: 3px;
}

.right-modbus-items .elementor-tab-title {
  background: #ededed;
  border: none;
}

.right-modbus-items .elementor-toggle-icon {
  display: none !important;
}

.right-modbus-items .elementor-tab-title.elementor-active:after {
  content: "-";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  float: right;
}

.right-modbus-items .elementor-tab-title:after {
  content: "+";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  float: right;
}

.right-modbus-items a {
  color: #616161 !important;
  font-weight: 600;
}

.modbus-left-menu .th-itin-title span {
  color: #616161 !important;
  font-weight: normal;
  font-size: 1em;
}

.modbus-left-menu a {
  font-weight: 600;
}

.acu-mod-rightcol .elementor-element {
  margin: 0 0 8px 0;
}

.modbus-h1-left {
  height: 55px;
  background-image: linear-gradient(to bottom, #4b9ead, #227aa3);
}

.modbus-h1-left h1 {
  color: white;
  padding: 0 0 0 0 !important;
  margin-top: 4px;
  font-size: 24px !important;
}

.modbus-h1-right {
  height: 55px;
  background-image: linear-gradient(to bottom, #6ebecc, #46a3cf);
}

/*prod*/
.elementor-section-boxed .elementor-container {
  width: calc(100% - 10px) !important;
}

/*end prod*/
@media only screen and (max-width: 1133px) {
  .acu-mod-leftcol {
    display: none;
  }

  .acu-mod-rightcol {
    width: 100% !important;
    margin-top: 1em;
  }

  .acu-mod-rightcol .elementor-column-wrap.elementor-element-populated {
    padding-left: 5px !important;
  }

  .acu-right-dropdown {
    margin: auto;
    display: block;
    font-size: 1.2em;
  }

  .right-modbus-items {
    padding-left: 0px;
  }

  .acu-right-dropdown-div {
    padding-left: 10px;
  }

  .h5-modbus-title {
    padding-top: 0 !important;
    padding-bottom: 0px;
  }

  .h5-modbus-title h5 {
    display: none;
  }

  h1 {
    border: none !important;
  }

  .modbus-h1-left {
    width: 100% !important;
    text-align: center;
  }

  .acu-h1-header {
    width: auto;
    float: none;
  }

  .modbus-h1-left h1 {
    float: none;
    color: white;
    margin: auto;
    padding: 0.2em 0 0 0 !important;
  }

  .modbus-h1-right {
    display: none;
  }

  /*prod*/
  .elementor-element-47714ee .elementor-container {
    width: 100%;
  }

  .elementor-element-a945ad4 {
    padding: 0 10px !important;
  }

  /* end prod*/
  /*dev*/
  .elementor-element-e95b59d .elementor-container {
    width: 100%;
  }

  /*end dev*/
  .acu-right-dropdown-div .elementor-widget-container {
    border-left: 5px #22a1b0 solid;
    padding: 0 35px 0 5px;
    margin-left: 10px;
  }

  .right-modbus-items .elementor-tab-title:after {
    margin-right: 10px;
  }

  .right-modbus-items .elementor-tab-title.elementor-active:after {
    margin-right: 10px;
  }
}

/* ————————————————————–
   Tree core styles
 */
.tree li {
  list-style-type: none;
}

.tree ul {
  padding: 0 0 0 10px;
}

/* ————————————————————–
   Tree core styles
 */
.tree {
  margin: 0em;
  padding: 4px 0px;
}

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.tree input~ul {
  display: none;
  list-style-type: none;
  padding: 0 10px;
}

.tree input:checked~ul {
  display: block;
}

/* ————————————————————–
   Tree rows
 */
.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 0 0;
}

.tree ul li {
  padding: 0.5em 0 0 1em;
}

.tree>li:last-child {
  padding-bottom: 0;
}

/* ————————————————————–
   Tree labels
 */
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
}

label.tree_label {
  cursor: pointer;
  margin: 0;
}

label.tree_label:hover {
  color: #666;
}

/* ————————————————————–
   Tree expanded icon
 */
label.tree_label:before {
  content: "\f055";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/

  font-size: 14px;
  padding-right: 0.1em;
  float: left;
  left: -5px;
  position: relative;
  margin: 0 0 0 -1em;
}

:checked~label.tree_label:before {
  content: "\f056";
}

/* ————————————————————–
   Tree branches
 */
.tree li.show-line:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
}

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0;
  content: "";
}

label.tree_label:after {
  border-bottom: 0;
  display: none;
}

:checked~label.tree_label:after {
  border-radius: 0;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
}

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
}

.tree>li:last-child:before {
  display: none;
}

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0;
}

span.tree_label:before {
  color: black;
  position: relative;
  left: -8px;
  top: 4.5px;
  content: "●";
  font-size: 11px;
}

.tree_label p {
  position: relative;
  top: -9px;
  padding-left: 0.2em;
  margin: 0;
  color: #22a1b0;
  font-weight: 700;
  border-bottom: solid white 1px;
}

.tree_label p:hover {
  border-bottom: solid #c9c9c9 1px;
}

li.show-line {
  line-height: 0;
}

/*end modbus mapping*/
/* acu flyout*/
#logo {
  display: flex;
}

.acu-overlay {
  transition: all 0.3s ease;
  display: flex;
}

.myx {
  float: right;
  width: 50px;
  background: #8c8c8c;
  height: 50px;
  color: white;
  font-size: 30px;
  padding-left: 16px;
  padding-top: 8px;
}

.myx:hover {
  cursor: pointer;
}

.acu-burger div {
  width: 25px;
  height: 2px;
  background: #3c9982;
  margin: 5px;
  transition: all 0.3s ease;
}

.acu-burger {
  border: solid 1px #d6d6d6;
  cursor: pointer;
  height: 29px;
  margin: 6px 10px 0 0;
  width: 38px;
  position: absolute;
  top: 25px;
  right: 0px;
  display: none;
}

div.acu-burger:hover {
  background: #f5fffd;
  border: solid 1px #b0b0b0;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.acu-flyout {
  position: fixed;
  min-width: 300px;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  z-index: 10000;
  display: block;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.acu-flyout-menu {
  height: 100%;
  width: 400%;
  background: white;
  transition: all 0.3s ease;
}

.flyout-main-title {
  height: 25px;
}

.flyout-subtitle {
  font-size: 9px;
  color: #919191;
  font-weight: normal;
  line-height: 15px;
}

.two-titles {
  padding: 6px 15px 0 15px !important;
}

.flyout-child {
  padding: 0 !important;
}

.list-group-item:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.list-group-item:hover .fa-chevron-right {
  background: #c9c9c9;
}

.list-group-item:hover .fa-arrow-circle-o-right {
  background: #c9c9c9;
}

.submenu-last {
  pointer-events: none;
}

.flyout-back {
  background-color: #f7f7f7 !important;
}

.flyout-back:hover {
  background-color: #f0f0f0 !important;
}

.flyout-child li.list-group-item {
  border-radius: 0%;
  border-right: none;
  border-bottom: none;
  font-weight: 700;
  border-top: 1px solid #ddd;
}

.flyout-child li.list-group-item.no-sub-title {
  padding-bottom: 7px !important;
}

.flyout-child .list-group-item span {
  position: absolute;
  right: 0px;
  top: 0;
  height: 49px;
  width: 50px;
  padding-left: 20px;
  padding-top: 17px;
}

.flyout-back span {
  position: static !important;
  height: auto !important;
  width: auto !important;
  padding: 0 10px 0 0 !important;
  border: none !important;
}

span.fa-arrow-circle-o-right {
  padding-left: 16px !important;
  padding-top: 15px !important;
  font-size: 18px;
}

.acu-flyout-logo img {
  width: 165px;
  height: 47px;
  margin-bottom: 3px;
  margin-left: 15px;
}

.flyout-active {
  transform: translateX(0%);
}

.overlay-active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  cursor: pointer;
  display: block;
}

.lv2-products {
  display: none;
}

.lv2-solutions {
  display: none;
}

.lv2-support {
  display: none;
}

.lv2-shoponline {
  display: none;
}

.lv2-contacts {
  display: none;
}

.lv3-power-meters {
  display: none;
}

.lv3-current-trans {
  display: none;
}

.lv3-bas-sensors {
  display: none;
}

.lv3-com-devices {
  display: none;
}

.lv3-panel-shop {
  display: none;
}

.lv3-ems {
  display: none;
}

.lv3-applications,
.lv3-resource-center {
  display: none;
}


.lv4-rog-coils {
  display: none;
}

.lv4-split-core {
  display: none;
}

.lv4-solid-core {
  display: none;
}

.lv4-dc-sensor {
  display: none;
}

.lv4-ct-accessories {
  display: none;
}

.lv4-pressure-sensors {
  display: none;
}

.lv4-acuhum-sensors {
  display: none;
}

.lv4-temperature-sensors {
  display: none;
}

.lv4-dc-metering,
.lv4-energy-efficiency,
.lv4-metering,
.lv4-panel-metering,
.lv4-power-quality,
.lv4-case-studies,
.lv4-success-stories,
.lv4-power-distribution {
  display: none;
}

.acu-show {
  display: block;
}

.show-lv2 {
  transform: translateX(-25%);
}

.show-lv3 {
  transform: translateX(-50%);
}

.show-lv4 {
  transform: translateX(-75%);
}

.mega-toggle-block-1:after {
  content: "" !important;
}

@media only screen and (max-width: 800px)
/* Updated from 767px */
  {
  .acu-burger {
    display: block;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none)
/* for IE */
  {
  .acu-burger {
    margin: 6px 20px 0 0;
  }
}

/* glossary page*/
.glossary-empty {
  display: none;
}

@media only screen and (max-width: 1170px) {
  .glossary-letter-hd01 {
    margin-left: 20px;
  }

  @media only screen and (max-width: 767px) {
    .glossary-letter-hd01 {
      margin-right: 20px;
    }
  }
}

/*end glossary page*/
/* Application boxes CSS fix*/
@media only screen and (max-width: 767px) {

  .acu-appl-box,
  .acu-appl-box-reverse {
    max-width: 360px !important;
    width: 90%;
  }

  .application-img {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 360px !important;
    width: 100%;
    height: auto;
  }
}

/* Product Page header spacer - no WooCommerce plugin Start */
@media only screen and (min-width: 767px) {
  .acu-prod-head-spacer>.elementor-container {
    min-height: 30px !important;
  }

  .acu-prod-head-spacer {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .acu-prod-head-spacer {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .acu-prod-head-spacer {
    display: none;
  }
}

/*  Product Page header spacer - no WooCommerce plugin END */
/* Blockquote Styles Start */
.blockquote {
  background: #666;
  color: #fff;
  border-left: 10px solid #06a2b1;
  margin: 1.5em 50px;
  padding: 1em 20px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.blockquote:before {
  font-family: Times New Roman;
  color: #eee;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.blockquote:after {
  font-family: Times New Roman;
  color: #eee;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}

.blockquote p {
  display: inline;
}

/* Blockquote Styles End */
/* Glossary Start*/
.acu-glossary {
  margin: 0 20px;
}

.acu-glossary-padding {
  padding-right: 40px;
}

.acu-glossary h1 {
  font-size: 32px !important;
}

.acu-glossary .glossary-highlight-content {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .acu-glossary .tbl-glossary {
    overflow-x: scroll;
  }
}

/* Glossary End*/
/* Elementor Fix Start */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0;
}

/* Elementor Fix End */

/* Main Navigation Fix Start */
.main-nav i.fa-caret-down {
  min-width: 11.25px;
  min-height: 18px;
}

.main-nav .fa-phone {
  width: 15px;
  height: 15px;
}

.second-tab-navigation i.fa-caret-right {
  width: 9px;
  height: 18px;
}

.second-tab-navigation .fa-cart-shopping {
  width: 20.25px;
  height: 18px;
}

/* Main Navigation Fix End */