/*
 Theme Name:   Hello Child
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  helloelementorchild
*/

h1, h2, h3, h4, h5, h6 {
  color: #1dc8ba;
}

a {
  color: #1dc8ba;
}

.title-extended-line {
  position: relative;
}

.title-extended-line:after {
  display: block;
  content: '';
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #1dc8ba;
  position: absolute;
}

.title-extended-line h3 {
  display: inline-block;
  padding-right: 1.5rem !important;
  background-color: #fff;
  color: #333333;
  position: relative;
  z-index: 5;
}