#phocagallery .pull-left {
  float: left !important;
}
#phocagallery .pull-right {
  float: right !important;
}
#phocagallery .pagination.pagination-centered {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin: 1rem 0;
}
#phocagallery .counter.pull-right,
#phocagallery .counter.float-end {
  margin-left: auto;
}
#phocagallery .pg-categories-items-box,
#phocagallery .pg-category-items-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #phocagallery .pg-categories-items-box,
  #phocagallery .pg-category-items-box {
    justify-content: center;
  }
}
#phocagallery .pg-category-box,
#phocagallery .pg-item-box {
  width: 15em;
  max-width: calc(50% - 0.5rem);
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 576px) {
  #phocagallery .pg-category-box,
  #phocagallery .pg-item-box {
    max-width: 15em;
  }
}
#phocagallery .pg-category-box-image,
#phocagallery .pg-item-box-image {
  line-height: 0;
  text-align: center;
  width: 100%;
}
#phocagallery .pg-category-box-image a,
#phocagallery .pg-item-box-image a {
  display: inline-block;
  max-width: 100%;
}
#phocagallery .pg-category-box-image img,
#phocagallery .pg-item-box-image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#phocagallery .pg-svg-box svg {
  max-width: 100%;
  height: auto;
}
#phocagallery .pg-category-box-info,
#phocagallery .pg-item-box-info {
  width: 100%;
  padding: 0.5em 0;
}
#phocagallery .pg-category-box-title,
#phocagallery .pg-item-box-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-weight: 700;
  margin-top: 0.5em;
}
#phocagallery .pg-category-box-title a,
#phocagallery .pg-item-box-title a {
  text-decoration: none;
  color: inherit;
}
#phocagallery .pg-category-box-title a:hover,
#phocagallery .pg-item-box-title a:hover {
  text-decoration: underline;
}
#phocagallery .pg-top-icons {
  float: right;
  margin-bottom: 0.5rem;
}
#phocagallery .ph-cb {
  clear: both;
}
#phocagallery .page-header h1 {
  margin-bottom: 0.5rem;
}
#phocagallery .form-select {
  width: auto;
  display: inline-block;
}
#phocagallery .pg-csv-box,
#phocagallery .pg-cv-box {
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem;
  max-width: 100%;
  box-sizing: border-box;
}
#phocagallery .pg-icon-detail a {
  float: right;
  margin: 0 3px;
}

.option-com_phocagallery .content {
  overflow: visible;
}

/*# sourceMappingURL=phocagallery.css.map */
