.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: #242424;
}
.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-default {
  --el-title-color: rgba(0, 0, 0, 0.105);
}
.wd-title-color-primary {
  --el-title-color: var(--wd-primary-color);
}
.wd-title-color-alt {
  --el-title-color: var(--wd-alternative-color);
}
.wd-title-color-black {
  --el-title-color: #000;
}
.wd-title-color-white {
  color: var(--wd-text-color);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --el-title-color: #fff;
}
.wd-title-color-gradient .title {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wd-title-style-shadow {
  padding: 25px;
  border-radius: var(--wd-brd-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.wpb-js-composer .title-wrapper {
  --content-width: var(--wd-max-width);
}
.wpb-js-composer .title-wrapper [class*="title"] {
  max-width: var(--content-width);
}
.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;
  }
}
@media (max-width: 576px) {
  .title-wrapper .title-subtitle {
    font-size: 12px;
  }
  .title-wrapper .title {
    font-size: 20px;
  }
}
