/**
 * * Selection Lite
 * * Carefully selected Elementor addons bundle, for building the most awesome websites
 * *
 * * @encoding        UTF-8
 * * @version         1.15
 * * @copyright       (C) 2018 - 2023 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * * @license         GPLv3
 * * @contributors    merkulove, vladcherviakov, phoenixmkua, podolianochka, viktorialev01
 * * @support         help@merkulov.design
 * **/
.mdp-header-text {
  margin: 0;
}

.mdp-sub-header-box,
.mdp-header-box {
  display: inline-block;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}

.mdp-sub-heading-content,
.mdp-typography-default-header {
  display: inline-flex;
}

.mdp-header-background-effect {
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-line,
.line {
  background-color: transparent !important;
}

.sub-line:after,
.line:after {
  content: "";
  background-color: #000000;
  width: 25px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.mdp-subheader-line-left,
.mdp-header-line-left {
  float: left;
  margin-right: 10px;
}

.mdp-subheader-line-right,
.mdp-header-line-right {
  float: right;
  margin-left: 10px;
}

.mdp-subheader-line-bottom,
.mdp-header-line-bottom {
  margin-top: 10px;
  line-height: 0;
}

.mdp-typography-content-header {
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mdp-typography-header {
  display: block;
}

.mdp-headinger-split-text {
  width: -moz-fit-content;
  width: fit-content;
}

.mdp-content-header .mdp-typography-content-header {
  width: 100%;
}

@-moz-document url-prefix() {
  .mdp-typography-header {
    background-attachment: inherit !important;
  }
}