/** Single Photos Gallery **/
.single-photos-gallery h1 {
  font-family: arial-regular;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
  font-size: 40px !important;
  padding: 0px 30px;
  margin: 20px auto;
  max-width: 75%;
}
.single-photos-gallery .gallery-wrap {
  max-width: 1320px !important;
  padding: 0px 10px;
  margin: 15px auto;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.single-photos-gallery .gallery-wrap .container {
  max-width: 75% !important;
}
@media (max-width: 768px) {
  .single-photos-gallery .gallery-wrap .container {
    max-width: 100% !important;
  }
}
.single-photos-gallery .gallery-wrap h3 {
  text-align: left;
  color: #000;
  font-size: 30px;
  font-family: arial;
  margin-bottom: 10px;
}
.single-photos-gallery .gallery-wrap ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 768px) {
  .single-photos-gallery .gallery-wrap ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.single-photos-gallery .gallery-wrap ul li {
  text-align: left;
  list-style: disc;
  font-size: var(--font-size-sm);
  line-height: 39px;
  font-family: arial-regular;
  margin-left: 22px;
}
.single-photos-gallery .gallery-wrap .col-sm-6 {
  padding: 0 20px;
}
.single-photos-gallery .gallery-wrap .col-sm-6 h4 {
  text-align: left;
  background: #df913e;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #fff;
  font-size: var(--font-size-sm);
  font-family: arial-bold;
  line-height: 50px;
  width: 162px;
  height: 50px;
  align-items: center;
  text-transform: uppercase;
}
.single-photos-gallery .gallery-wrap .col-sm-6 img {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 10px;
}
.single-photos-gallery .entry-content {
  padding-bottom: 40px;
  max-width: 1320px !important;
  margin: auto;
  padding: 0 10px;
}
.single-photos-gallery .entry-content hr.hr-margin {
  max-width: 98% !important;
}/*# sourceMappingURL=main.css.map */