/* CSS Document */
:root {
  --headingFS: Roboto Condensed SemiBold, Impact, Arial Black, sans-serif;
  --sansFS: NeueSwiss, Helvetica, Verdana, sans-serif;
  --serifFS: Ethic Serif Light, Times New Roman, Times, serif;
}

#galleryImages .galleryCont {
  position: relative;
  overflow: hidden;
}
#galleryImages .galleryCont .thumbBG {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#galleryImages .galleryCont .thumbBG.jg-entry-visible {
  opacity: 1;
}
#galleryImages .galleryCont .thumbBG.jg-entry-visible img {
  opacity: 1;
}
#galleryImages .galleryCont .thumbBG.jg-filtered {
  display: none;
}
#galleryImages .galleryCont .thumbBG img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition-property: opacity;
}
#galleryImages .galleryCont .thumbBG .nameOverlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: left;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#galleryImages .galleryCont .thumbBG .nameOverlay .credit {
  margin-bottom: 9px;
}
#galleryImages .galleryCont .thumbBG .nameOverlay > * {
  color: white;
}
#galleryImages .galleryCont .thumbBG .nameOverlay > * i {
  font-size: 13px;
  vertical-align: text-bottom;
}
#galleryImages .galleryCont .thumbBG .nameOverlay h3 {
  margin-bottom: 9px;
}
#galleryImages .galleryCont .thumbBG:hover .nameOverlay, #galleryImages .galleryCont .thumbBG:active .nameOverlay {
  opacity: 1;
}

#weddingButton {
  white-space: nowrap;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: calc(var(--padding) - 10px);
  translate: -50% 0;
}

#weddingShare .requiredCheckbox {
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin-bottom: -23px;
}

.air-datepicker {
  z-index: 100205;
}

@media (max-width: 767px) {
  div:has(+ #weddingButton) {
    margin-bottom: calc(var(--paddingHigh) + var(--padding));
  }
  #weddingButton {
    bottom: var(--padding);
  }
}
