/*!
Theme Name: hello-elementor child
Template: hello-elementor
*/
html {
  min-height: 100%;
  position: relative;
}

.ttline p,
.ttline h1 {
  display: flex;
  align-items: center;
}

.ttline p div,
.ttline h1 div {
  padding: 0 !important;
}

.ttline p:before,
.ttline p:after,
.ttline h1:before,
.ttline h1:after {
  border-top: 1px solid #ddd;
  content: "";
  flex-grow: 1;
}

.ttline p:before,
.ttline h1:before {
  margin-right: 2rem;
}

.ttline p:after,
.ttline h1:after {
  margin-left: 2rem;
}

.ttlleft {
  border-left: 5px solid #dea61c;
  padding-left: 8px;
  font-weight: bold;
  color: #dea61c;
  margin: 20px 0;
}

.ttlleft .elementor-heading-title {
  line-height: 140%;
}

/* !iPhone________________________________________*//*# sourceMappingURL=style.css.map */