/* Editing original templates */

/* Maintenance mode */
#logo-wrap img {
    display: none!important;
}  
  
  
  
  .hide {
      visibility: hidden;
  }



  .elementor-section-wrap {
      background: #666666;
      background: #f5f5f5 !important;
  }

  img {
      vertical-align: middle;
  }

  nav li {
      max-width: none;
  }

  @media screen and (min-width: 1024px) {
      .lm-tablet-center {
          text-align: left;
          margin: 0 auto;
      }
  }

  @media screen and (min-width: 768px) {
      .lm-mobile-center {
          text-align: left;
          margin-left: 0;
          margin-right: 0;
      }
  }

  /* Navigation */

  #lm-navigation a {
      font-size: 0.825rem;
      font-weight: 600 !important;
  }

  #lm-navigation nav.elementor-nav-menu--dropdown {
      background: #000000;
      background: rgba(0, 0, 0, 0.8);
  }

  .lm-header-bg--menu-down {
      background: #000000 !important;
      background: rgba(0, 0, 0, 0.8) !important;
  }

  /* BUTTONS */

  .avoid-clicks {
      pointer-events: none;
  }

  .lm-button--primary {
      display: inline-block;
      padding: 1rem 1.625rem;
      background: #46B200;
      color: #ffffff;
  }

  .lm-link-defined {
      text-align: center;
  }

  .lm-link-defined>div {
      display: inline-block;
      line-height: 30px;
      margin: 0 12px;
      font-weight: 500;
      border: solid 1px #fff;
      border-radius: 9999px;
  }

  .lm-cta-link.cream a {
      color: #FFF9B4;
  }

  .lm-cta-link.cream a:hover {
      color: #cccccc;
  }

  /* ICONS */

  .lm-icon-medium {
      width: 64px;
  }

  /* VIDEO */

  .lm-video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0;
  }

  .lm-video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000;
  }

  .lm-video {
      display: block;
      width: 100% !important;
      height: auto !important;
  }

  /* Replay */

  #lm-video-ar-replay {
      visibility: hidden;
  }

  .lm-replay-button {
      display: block;
      margin: 24px auto 0;
      padding: 0;
      border: none;
      background: none;
      transition: hide 0.2;
      color: #999999;
  }

  .lm-replay-button:hover {
      background: none;
      color: #999999;
  }

  #lm-video-wrapper--embed .lm-replay-button {
      position: relative;
      margin-top: -10%;
      z-index: 10;
  }

  .button-border {
      border: solid 1px currentColor;
  }