

/*      Request ID: 367111e9bb6a845df05eda0194f94344_1745864028 (11/25/2025 5:51pm) (minifier disabled) (HcjJDcAgDAXRjnBJyIAFVj4ksiG0n+Uw7zB0s9He+ysgg+0IUhZdK0FzbLODoo5qUlTGdJpNujhVnIlBlQExfUfXoT8B4v4A)      */

/**********************************************
 *
 *  Mini Gallery
 *  --------------------
 *
 *  Docs: https://github.com/whitewhale/LWGalleries
 *
 *  Mini gallery displays the first image in the gallery and opens the gallery fullscreen when clicked.
 *  Mini gallery theme is only loaded when the page has a mini gallery.
 * 
 *  Click to show fullscreen gallery with all gallery images.
 *  Go to the fullscreen gallery theme to change fullscreen settings.
 *
  **********************************************
 */
.lw_gallery_mini {
  position: relative;
  display: inline-block;
  margin: 0 10px 55px;
  max-width: 100%;
}
.lw_gallery_mini:focus {
  outline: none;
}
.lw_gallery_mini:focus:not(hover) {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}
.lw_gallery_mini:focus .gallery_label {
  filter: brightness(1.1);
}
.lw_gallery_mini .gallery_label {
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: -35px 15% 0 15%;
  padding: 8px 15px 9px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-align: center;
  line-height: 1.15;
  background-color: #cd511c;
  color: #ffffff;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.6rem;
  text-transform: none;
  font-weight: 500;
}
.lw_gallery_mini .gallery_label::after {
  content: '\f064';
  display: inline;
  margin-left: 4px;
  font-size: 0.8em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: white;
}
.lw_gallery_mini .gallery_images.gallery_images {
  cursor: pointer;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lw_gallery_mini .gallery_images.gallery_images li {
  margin: 0;
}
.lw_gallery_mini .gallery_images.gallery_images li::before {
  display: none;
}
.lw_gallery_mini .gallery_images.gallery_images li:not(:first-child) {
  display: none;
}
.lw_gallery_mini .gallery_images.gallery_images li:first-child {
  display: inline-block;
  position: relative;
  margin-top: 2%;
  max-width: 100%;
}
.lw_gallery_mini .gallery_images.gallery_images li:first-child figure {
  margin: 0;
}
.lw_gallery_mini .gallery_images.gallery_images li:first-child img {
  z-index: 1;
  position: relative;
  margin: 0;
  border: 8px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px -1px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px -1px;
  transition: -webkit-filter 150ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}
.lw_gallery_mini:hover .gallery_images.gallery_images li:first-child img {
  filter: brightness(1.12);
}
.lw_gallery_mini figcaption {
  display: none;
}
