/*!
Theme Name: hello-elementor child
Template: hello-elementor
*/
.post-thumb-img-content {
  width: 50%;
}

.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%;
}

a img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: relative;
}

/* !iPhone________________________________________*/
@media screen and (max-width: 766px) {
  .gallery-item {
    max-width: 20% !important;
  }
  .page-id-120 .gallery-item {
    max-width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */