@font-face {
  font-family: "CeraBasic-Regular";
  src: url("../../font/cera-basic-regular.otf");
  font-display: fallback;
}
.idx-grid-view-pagination .active a {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.pagination-hover:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

.gallery-images img {
  width: 100%;
  height: auto;
  border: 1px solid;
}

.btn-next-prev {
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  text-transform: uppercase;
}
.btn-next-prev:hover {
  background-color: #a31834 !important;
  color: #ffffff !important;
  border: 1px solid #a31834 !important;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

.modal-header .close {
  color: #000000 !important;
  opacity: 1;
}/*# sourceMappingURL=gallery.css.map */