.fancybox-share.fancybox-content input.fancybox-share__input {
  display: none;
}
.post-type-archive-pbm-photo-gallery .pbm-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.post-type-archive-pbm-photo-gallery .pbm-col-half-md {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.post-type-archive-pbm-photo-gallery .pbm-col-third-md {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.post-type-archive-pbm-photo-gallery .post-item--video-archive {
  margin-bottom: 40px;
  position: relative;
}
.post-type-archive-pbm-photo-gallery
  .pbm-col-half-md
  .post-item--video-archive
  .post-item__image,
.post-type-archive-pbm-photo-gallery
  .pbm-col-third-md
  .post-item--video-archive
  .post-item__image {
  position: relative;
  background: #f2f2f2;
}
.post-type-archive-pbm-photo-gallery
  .pbm-col-half-md
  .post-item--video-archive
  .post-item__image:before,
.post-type-archive-pbm-photo-gallery
  .pbm-col-third-md
  .post-item--video-archive
  .post-item__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.55%;
}

.post-type-archive-pbm-photo-gallery
  .post-item__image
  .post-item__image-category {
  align-items: center;
  background-color: #191818 !important;
  height: 36px;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 2;
}
.post-type-archive-pbm-photo-gallery
  .post-item__image
  .post-item__image-category
  .gallery-icon {
  height: 18px;
  width: 17px;
  /* fill: #fff;*/
  fill: transparent;
  background: url(../images/gallery-icon.png) no-repeat;
  background-size: contain;
}
.post-type-archive-pbm-photo-gallery
  .pbm-col-third-md
  .post-item--video-archive
  .post-item__image
  img,
.post-type-archive-pbm-photo-gallery
  .pbm-col-half-md
  .post-item--video-archive
  .post-item__image
  img {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.post-type-archive-pbm-photo-gallery .post-item__title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #191818;
  margin-top: 10px;
  display: inline-block;
}
.post-type-archive-pbm-photo-gallery .post-item__title a:hover {
  color: #b75718;
}
.post-type-archive-pbm-photo-gallery .post-item__excerpt .tail {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #191818;
  margin-bottom: 5px;
}
.post-type-archive-pbm-photo-gallery .dateline {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 40px;
}
/* ----------------------------------------------------detail page */
.photo-gallery-detail-page .page-header h1 {
  font-size: 38px;
}
.photo-gallery-detail-page .post-content-wrap {
  font-size: 18px;
  line-height: 24px;
}
.photo-gallery-detail-page .page-header .dateline.line-through {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.photo-gallery-detail-page .pbm-small-gutter.pbm-gallery {
  margin-left: -4px;
  margin-right: -4px;
}
/* .photo-gallery-detail-page figure {
  padding-left: 4px;
  padding-right: 4px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 0;
} */
.photo-gallery-detail-page .gallery__image {
  display: block;
  opacity: 1;
  transition: opacity 0.2s;
  position: relative;
  padding: 4px;
  height: 250px;
}
/* .photo-gallery-detail-page .gallery__image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
} */
.photo-gallery-detail-page .gallery__image:hover,
.photo-gallery-detail-page .gallery__image:focus {
  opacity: 0.8;
}
.photo-gallery-detail-page .gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .row.pbm-small-gutter.pbm-gallery .gallery__image {
  margin: 4px;
  width: 24%;
} */
.post-river .post-item__image {
  position: relative;
  background: #f2f2f2;
}
.post-river .pbm-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.post-river .pbm-row .pbm-col-third-md {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.post-river .post-item {
  margin-bottom: 40px;
}
.post-river .post-item__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: scale-down;
}
.post-river .post-item__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.55%;
}
.post-river .river-heading {
  max-width: 100% !important;
  font-size: 26px !important;
  line-height: 32px !important;
  margin-top: 55px;
}
.photo-gallery-detail-page .social-share-links {
  margin-bottom: 20px;
}
.post-river .tag-list {
  margin-bottom: 10px;
}
.post-river .tag-list a {
  background: #b75718;
  color: #fff;
  font-size: 12px;
  line-height: 20.4px;
  font-weight: 700;
  padding: 3px 7px;
  z-index: 999;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.post-river .post-item__title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #191818;
  display: inline-block;
}
.post-river .post-item__title a:hover {
  color: #b75718;
}
.pswp {
  display: none;
}
.photo-inline-ads {
  margin-bottom: 3%;
}
/* -----------------------------------------------------mobile */
@media only screen and (min-width: 0) and (max-width: 767px) {
  .post-type-archive-pbm-photo-gallery .pbm-col-half-md,
  .post-type-archive-pbm-photo-gallery .pbm-col-third-md {
    flex: unset;
    max-width: 400px;
    margin: auto;
  }
  .post-type-archive-pbm-photo-gallery .dateline {
    margin-bottom: 0;
  }
  .post-type-archive-pbm-photo-gallery .post-item--video-archive {
    margin-bottom: 30px;
  }
  /*------------------------------------------------ detail-page */
  .single-pbm-photo-gallery .page-header h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .single-pbm-photo-gallery .post-content-wrap {
    font-size: 16px;
    line-height: 22px;
  }
  .single-pbm-photo-gallery .post-content-wrap {
    margin-top: 12px;
  }
  .single-pbm-photo-gallery .subhead {
    display: none;
  }
  .single-pbm-photo-gallery .gallery__image {
    max-width: 400px;
    margin: auto !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .post-river .pbm-row {
    margin-left: unset;
    margin-right: unset;
  }
  .post-river .pbm-row .pbm-col-third-md {
    padding-left: unset;
    padding-right: unset;
    flex: unset;
    max-width: 400px;
    margin: auto;
  }
  .post-river .post-item {
    margin-bottom: 30px;
  }
  .photo-gallery-mobile .featured-image {
    position: relative;
    max-width: 400px;
  }
  .photo-gallery-mobile .featured-image img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
  }
  .photo-gallery-mobile .post-item__image-category {
    align-items: center;
    background-color: #221f20;
    display: flex;
    height: 36px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 2;
  }
  .photo-gallery-mobile .post-item__image-category .gallery-icon {
    height: 18px;
    width: 17px;
    /* fill: #fff;*/
    fill: transparent;
    background: url(../images/gallery-icon.png) no-repeat;
    background-size: contain;
  }
  .photo-gallery-mobile .h4.post-item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.38;
    color: #191818;
    margin-top: 10px;
  }
  .photo-gallery-mobile .desc p {
    color: #191818;
    margin-bottom: 5px;
  }
  .photo-gallery-mobile .date {
    font-size: 11px;
    color: #191818;
  }
}
