.title-wrapper [class*="title"] {
  display: inline-block;
}
.title-wrapper .title {
  margin-bottom: 0;
}
.title-wrapper .img-wrapper {
  margin-top: 10px;
}
.subtitle-color-black.subtitle-style-default {
  color: #000;
}
.subtitle-color-black.subtitle-style-background {
  background-color: #333;
  color: #fff;
}
.subtitle-color-white.subtitle-style-default {
  color: rgba(255, 255, 255, 0.8);
}
.subtitle-color-white.subtitle-style-background {
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
}
.wd-title-color-white {
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  color: var(--wd-text-color);
}
.subtitle-color-gradient.subtitle-style-default {
  color: var(--color-gray-400);
}
.subtitle-color-gradient.subtitle-style-background {
  background-color: #f1f1f1;
  color: #333;
}
.wd-title-color-gradient .title {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.wd-title-style-simple .liner-continer {
  position: relative;
  padding-bottom: 10px;
}
.wd-title-style-simple .liner-continer:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
}
.wd-title-style-simple.text-left .liner-continer:after {
  left: 0;
}
.wd-title-style-simple.text-right .liner-continer:after {
  right: 0;
  left: auto;
}
.wd-title-style-simple.wd-title-color-default .liner-continer:after {
  background-color: rgba(119, 119, 119, 0.17);
}
.wd-title-style-simple.wd-title-color-primary .liner-continer:after {
  background-color: var(--wd-primary-color);
}
.wd-title-style-simple.wd-title-color-alt .liner-continer:after {
  background-color: var(--wd-alternative-color);
}
.wd-title-style-simple.wd-title-color-black .liner-continer:after {
  background-color: #000;
}
.wd-title-style-simple.wd-title-color-white .liner-continer:after {
  background-color: #fff;
}
.wd-title-style-bordered .liner-continer {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.wd-title-style-bordered .liner-continer:before,
.wd-title-style-bordered .liner-continer:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.wd-title-style-bordered .liner-continer:before {
  margin-right: 20px;
}
.wd-title-style-bordered .liner-continer:after {
  margin-left: 20px;
}
.wd-title-style-bordered.text-left .liner-continer:before {
  display: none;
}
.wd-title-style-bordered.text-right .liner-continer:after {
  display: none;
}
.wd-title-style-bordered.wd-title-color-white .liner-continer:before,
.wd-title-style-bordered.wd-title-color-white .liner-continer:after,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer:before,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.wd-title-style-underlined .liner-continer {
  border-bottom: 2px solid var(--brdcolor-gray-300);
}
.wd-title-style-underlined .title {
  margin-bottom: -2px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.wd-title-style-underlined.wd-title-color-default .title {
  border-color: #ccc;
}
.wd-title-style-underlined.wd-title-color-primary .title {
  border-color: var(--wd-primary-color);
}
.wd-title-style-underlined.wd-title-color-alt .title {
  border-color: var(--wd-alternative-color);
}
.wd-title-style-underlined.wd-title-color-black .title {
  border-color: #000;
}
.wd-title-style-underlined.wd-title-color-white .liner-continer {
  border-color: rgba(255, 255, 255, 0.5);
}
.wd-title-style-underlined.wd-title-color-white .title {
  border-color: #fff;
}
.wd-title-style-underlined-2 {
  --margin-bottom: 15px;
}
.wd-title-style-underlined-2 .title {
  border-bottom: 2px solid;
  line-height: 0.85;
}
.wd-title-style-underlined-2 .title.wd-fontsize-xxl {
  border-width: 3px;
}
.wd-title-style-underlined-2 .title.wd-fontsize-xxxl {
  border-width: 4px;
}
.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title {
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
}
.wd-title-style-underlined-2:not(.wd-title-color-gradient)
  .title.wd-fontsize-xxxl {
  text-shadow: 2px 2px #fff, 2px -2px #fff, -2px 2px #fff, -2px -2px #fff;
}
.wd-title-style-underlined-2.wd-title-color-default .title {
  border-color: #ccc;
}
.wd-title-style-underlined-2.wd-title-color-primary .title {
  border-color: var(--wd-primary-color);
}
.wd-title-style-underlined-2.wd-title-color-alt .title {
  border-color: var(--wd-alternative-color);
}
.wd-title-style-underlined-2.wd-title-color-black .title {
  border-color: #000;
}
.wd-title-style-underlined-2.wd-title-color-white .title {
  border-color: #fff;
}
.wd-title-style-underlined-2.wd-title-color-white .title,
[class*="color-scheme-light"] .wd-title-style-underlined-2 .title {
  text-shadow: none !important;
}
.wd-title-style-shadow {
  padding: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.wpb-js-composer .title-wrapper {
  min-width: 100%;
}
.wpb-js-composer .title-wrapper .liner-continer {
  min-width: inherit;
  max-width: inherit;
}
.wpb-js-composer .title-wrapper [class*="title"] {
  max-width: inherit;
}
.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
  margin-bottom: 0;
}
.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
  display: none;
}
@media (max-width: 1024px) {
  .title-subtitle.wd-fontsize-m,
  .title-after_title.wd-fontsize-s {
    font-size: 14px;
  }
  .wd-title-style-underlined-2 .title.wd-fontsize-xxl,
  .wd-title-style-underlined-2 .title.wd-fontsize-xxxl {
    border-width: 2px;
  }
  .wd-title-style-underlined-2:not(.wd-title-color-gradient)
    .title.wd-fontsize-xxxl {
    text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
  }
}
@media (max-width: 575px) {
  .title-wrapper .title-subtitle {
    font-size: 12px;
  }
  .title-wrapper .title {
    font-size: 20px;
  }
}
