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

html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}

body {
  color: #000;
  font-size: 1.7rem;
  background: white;
  line-height: 180%;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
.page-title,
.page-title p {
  font-size: 100%;
  font-weight: normal;
}

.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;
  top: 1px;
  left: 1px;
  position: relative;
}

p,
label {
  margin: 0;
}

/* !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 */