/* Gallery Post */
.gallery-inthis-wrapper {
    padding: 15px 0;
}

.inThisPhot h6 {position: relative;margin-bottom: 10px;padding-left: 22px;font-family: "graphik";font-weight: 500;color: #1e1e1e;font-size: 16px;}

.inThisPhot h6 span {display: inline-block;height: 13px;width: 13px;background-color: orange;border-radius: 50%;position: absolute;top: 2px;left: 0;}

.inthisphotocontent p {
    margin: 0;
}

.inthisphotocontent {font-family: 'graphik';}
.inthisphotocontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery-post.var-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-post.var-2 .gallery-inthis-wrapper {
  margin-left: 3%;
  max-width: 22%;
}
.viewGallery {
  max-width: 75%;
}

.gallery-post.var-3 .gallery-inthis-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery-post.var-3 .inthisphotocontent {
  margin-left: 30px;
}